vidakovic commented on code in PR #2981: URL: https://github.com/apache/fineract/pull/2981#discussion_r1135246323
########## gradle.properties: ########## @@ -21,3 +21,4 @@ buildType=BUILD org.gradle.caching=true org.gradle.parallel=true org.gradle.logging.level=warn +systemProp.file.encoding=utf-8 Review Comment: Why? Usually you set Gradle properties in gradle.properties... I don't think this will have your intended outcome (that Gradle is handling everything in UTF-8)... -- 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]
