Skip to content

Commit 15c1172

Browse files
committed
Remove defunct option
1 parent 78cb75f commit 15c1172

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.javadoc-conventions.gradle.kts

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@ tasks.javadoc {
1414
locale = "en"
1515
(this as StandardJavadocDocletOptions).apply {
1616
addBooleanOption("Xdoclint:all,-missing,-reference", true)
17-
addBooleanOption("XD-Xlint:none", true)
1817
addBooleanOption("html5", true)
19-
addMultilineStringsOption("tag").value = listOf(
20-
"apiNote:a:API Note:",
21-
"implNote:a:Implementation Note:"
22-
)
23-
use(true)
24-
noTimestamp(true)
25-
}
26-
}
18+
addMultilineStringsOption("tag").value = listOf(
19+
"apiNote:a:API Note:",
20+
"implNote:a:Implementation Note:"
21+
)
22+
use(true)
23+
noTimestamp(true)
24+
}
25+
}
2726
}
2827

2928
tasks.named<Jar>("javadocJar").configure {

0 commit comments

Comments
 (0)