We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcc9e0 commit f3cd5b0Copy full SHA for f3cd5b0
build.gradle.kts
@@ -91,7 +91,7 @@ tasks.withType<Jar>().configureEach {
91
92
tasks.javadoc {
93
title = "${metadata.readableName} ${project.version} API"
94
- isFailOnError = false
+
95
doLast { // javadoc search fix for jdk 11 https://bugs.openjdk.java.net/browse/JDK-8215291
96
copy {
97
from("${buildDir}/docs/javadoc/search.js")
gradle.properties
@@ -10,4 +10,4 @@ plugin.license.version=0.15.0
10
plugin.bintray.version=1.8.5
11
plugin.utf8.version=0.1.0
12
plugin.metadata.version=0.1.2
13
-plugin.javadoc-links.version=0.1.1
+plugin.javadoc-links.version=0.2.0
0 commit comments