Compare commits

...

1 commit

Author SHA1 Message Date
854df4e865
Enable UTF-8 in Java source files
All checks were successful
Build / build (push) Successful in 9s
2025-04-10 23:59:02 +02:00

View file

@ -16,6 +16,7 @@ def textFiles = ['**/*.hac', '**/.html', '**/*.js', '**/*.md', '**/*.properties'
allprojects { allprojects {
apply plugin: 'java' apply plugin: 'java'
compileJava {options.encoding = "UTF-8"}
java { java {
sourceCompatibility = JavaVersion.VERSION_17 sourceCompatibility = JavaVersion.VERSION_17