Ensure all source files are treated as UTF-8.
This commit is contained in:
parent
1d06dd65ed
commit
5a4456bf46
@ -5,6 +5,7 @@ allprojects {
|
||||
version = 'GIT-SNAPSHOT'
|
||||
|
||||
tasks.withType( JavaCompile ) {
|
||||
options.encoding = 'UTF-8'
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user