build.gradle

This commit is contained in:
ImproperIssues
2023-04-14 22:14:30 -07:00
parent dff76d183b
commit d3932d0533

View File

@@ -45,3 +45,9 @@ processResources {
expand props expand props
} }
} }
compileJava.options.encoding = 'UTF-8'
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}