Skip to content

Commit 7871ad0

Browse files
committed
Code cleanup
1 parent 6d7845b commit 7871ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tasks.withType<JavaCompile> {
9898
}
9999

100100
tasks.withType<Javadoc> {
101-
options.encoding = "UTF-8"
101+
(options as StandardJavadocDocletOptions).encoding = "UTF-8"
102102
if (JavaVersion.current().isJava9Compatible) {
103103
(options as StandardJavadocDocletOptions).addBooleanOption("html5", true)
104104
}

0 commit comments

Comments
 (0)