File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ buildscript {
1515}
1616
1717plugins {
18- id " com.github.hierynomus.license" version " 0.12.1"
1918 id " com.jfrog.bintray" version " 1.7.1"
2019}
2120
@@ -60,11 +59,13 @@ subprojects {
6059 apply from : " ${ rootProject.projectDir} /gradle/quality/forbiddenapis.gradle"
6160 apply from : " ${ rootProject.projectDir} /gradle/quality/spotless.gradle"
6261
63- apply from : " ${ rootProject.projectDir} /gradle/resolveDependencies.gradle"
6462 apply from : " ${ rootProject.projectDir} /gradle/sourceArtifact.gradle"
6563 apply from : " ${ rootProject.projectDir} /gradle/bintray.gradle"
6664
6765 // compiler
66+ tasks. withType(AbstractCompile ) each {
67+ it. options. encoding = " UTF-8"
68+ }
6869 compileJava {
6970 options. compilerArgs << " -Xlint"
7071 }
You can’t perform that action at this time.
0 commit comments