Enable UTF-8 in Java source files
All checks were successful
Build / build (push) Successful in 9s

This commit is contained in:
Tobi Schäfer 2025-04-10 23:59:02 +02:00
parent 517735e53d
commit 854df4e865
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

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