Skip to content

Commit ff4760a

Browse files
authored
Update build.gradle
1 parent 17a8c44 commit ff4760a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ subprojects {
2121
}
2222
}
2323

24-
tasks.withType<JavaCompile>().configureEach {
24+
tasks.withType(JavaCompile).configureEach {
2525
options.encoding = 'UTF-8'
2626
options.release.set(17)
2727
}
2828

29-
tasks.withType<Javadoc>().configureEach {
29+
tasks.withType(Javadoc).configureEach {
3030
failOnError = false
3131
}
3232
}

0 commit comments

Comments
 (0)