Merge branch 'javafx' into aarch64

This commit is contained in:
Glavo
2021-09-08 14:56:25 +08:00
committed by GitHub
46 changed files with 1051 additions and 420 deletions

View File

@@ -31,6 +31,10 @@ subprojects {
sourceSets = []
}
tasks.withType(Checkstyle) {
exclude 'de/javawi/jstun'
}
sourceCompatibility = 1.8
compileJava.options.encoding = "UTF-8"
compileTestJava.options.encoding = "UTF-8"