jdaugherty commented on code in PR #596:
URL: https://github.com/apache/grails-forge/pull/596#discussion_r2147372522
##########
gradle/java-config.gradle:
##########
@@ -25,13 +25,16 @@ extensions.configure(JavaPluginExtension) {
it.withSourcesJar()
}
+tasks.withType(JavaCompile).configureEach {
+ options.encoding = "UTF-8"
Review Comment:
I searched double quotes across all gradle files and tried to replace with
single
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]