Skip to content

Commit 234a865

Browse files
committed
Configure Gradle to use utf-8
1 parent 25af097 commit 234a865

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ configurations {
1818
deployerJars
1919
}
2020

21+
compileJava {
22+
options.compilerArgs += ['-encoding', 'UTF-8']
23+
}
24+
25+
javadoc {
26+
options.encoding = 'UTF-8'
27+
}
28+
2129
install {
2230
repositories.mavenInstaller {
2331
pom.version = project.version

0 commit comments

Comments
 (0)