This commit is contained in:
Anuken
2020-06-15 21:52:51 -04:00
parent b789394efc
commit caea5c7df2
21 changed files with 30 additions and 12 deletions
+5 -1
View File
@@ -171,7 +171,11 @@ allprojects{
jcenter()
}
//tasks.withType(Javadoc).all{ enabled = false }
tasks.withType(JavaCompile){
sourceCompatibility = 1.8
targetCompatibility = 1.8
options.encoding = "UTF-8"
}
}
project(":desktop"){