Set source code encoding in build.gradle
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -42,6 +42,16 @@ compileJava {
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Set encoding
|
||||
*/
|
||||
|
||||
compileJava {
|
||||
options.encoding = 'utf8'
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Dependencies
|
||||
*/
|
||||
|
Reference in New Issue
Block a user