Test changes

This commit is contained in:
Auxilor
2021-07-21 15:45:06 +01:00
committed by Auxilor
parent d6e4346e4f
commit b2fd23b13a

View File

@@ -86,10 +86,12 @@ allprojects {
onlyIf { !sourceSets.main.allSource.files.isEmpty() }
}
/*
java {
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
}
*/
compileJava.options.encoding = 'UTF-8'
compileJava.dependsOn clean