We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654073d commit 0d6970eCopy full SHA for 0d6970e
build.gradle
@@ -121,6 +121,12 @@ signing {
121
sign publishing.publications.mavenJava
122
}
123
124
+javadoc {
125
+ if(JavaVersion.current().isJava9Compatible()) {
126
+ options.addBooleanOption('html5', true)
127
+ }
128
+}
129
+
130
sourceSets {
131
integrationTest {
132
compileClasspath += sourceSets.main.output
0 commit comments