Skip to content

Commit 7443f52

Browse files
committed
Update javadoc setting
1 parent ae35220 commit 7443f52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@ dependencyUpdates.resolutionStrategy = {
239239
}
240240
}
241241

242+
javadoc {
243+
if (JavaVersion.current().isJava9Compatible()) {
244+
options.addBooleanOption('html5', true)
245+
}
246+
}
247+
242248
sonarqube {
243249
properties {
244250
property "sonar.projectName", "LDP Utilities for Camel"

0 commit comments

Comments
 (0)