Set source code encoding in build.gradle
This commit is contained in:
parent
c3bbc8661d
commit
4a6aa5dbf7
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