Skip to content

Commit f3cd5b0

Browse files
committed
Updated javadoc-links plugin to 0.2.0
1 parent fdcc9e0 commit f3cd5b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ tasks.withType<Jar>().configureEach {
9191

9292
tasks.javadoc {
9393
title = "${metadata.readableName} ${project.version} API"
94-
isFailOnError = false
94+
9595
doLast { // javadoc search fix for jdk 11 https://bugs.openjdk.java.net/browse/JDK-8215291
9696
copy {
9797
from("${buildDir}/docs/javadoc/search.js")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugin.license.version=0.15.0
1010
plugin.bintray.version=1.8.5
1111
plugin.utf8.version=0.1.0
1212
plugin.metadata.version=0.1.2
13-
plugin.javadoc-links.version=0.1.1
13+
plugin.javadoc-links.version=0.2.0

0 commit comments

Comments
 (0)