2
0

Ensure all source files are treated as UTF-8.

This commit is contained in:
Maarten Billemont 2018-06-11 00:09:59 -04:00
parent 1d06dd65ed
commit 5a4456bf46

View File

@ -5,6 +5,7 @@ allprojects {
version = 'GIT-SNAPSHOT'
tasks.withType( JavaCompile ) {
options.encoding = 'UTF-8'
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
}