.gitignore is now working

This commit is contained in:
2024-09-26 22:50:10 +05:00
parent a7d14dc690
commit 5655fcbd6b
2 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ processResources {
}
}
def targetJavaVersion = 21
def targetJavaVersion = 17
tasks.withType(JavaCompile).configureEach {
// ensure that the encoding is set to UTF-8, no matter what the system default is
// this fixes some edge cases with special characters not displaying correctly