Set source code encoding in build.gradle

This commit is contained in:
2022-01-14 13:28:02 +03:00
parent c3bbc8661d
commit 4a6aa5dbf7

View File

@@ -42,6 +42,16 @@ compileJava {
/*
* Set encoding
*/
compileJava {
options.encoding = 'utf8'
}
/* /*
* Dependencies * Dependencies
*/ */