set java target version to java 8

This commit is contained in:
2016-12-05 20:44:21 +01:00
parent 826ab1cf3a
commit c1b92eb7ae

View File

@@ -35,6 +35,10 @@ repositories {
group = "com.sosnitzka" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "taiga"
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
task buildInfo {
if (System.getenv().TAIGA_TAG != null) {
ext.revision = System.getenv().TAIGA_TAG