We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2005c2 commit 6b779cbCopy full SHA for 6b779cb
1 file changed
build.gradle
@@ -13,6 +13,10 @@ java {
13
targetCompatibility = JavaVersion.VERSION_1_8
14
}
15
16
+javadoc {
17
+ options.encoding = 'UTF-8'
18
+}
19
+
20
ext {
21
bintrayUser = project.hasProperty ('BINTRAY_USER') ? BINTRAY_USER : 'n/a'
22
bintrayKey = project.hasProperty ('BINTRAY_KEY') ? BINTRAY_KEY : 'n/a'
0 commit comments