Skip to content

Commit ac5e569

Browse files
Remove Javadoc not failing on error (#7258)
The 'javadoc' task should fail when there is an error. The 'javadocCleanup' task failed for PR 7239 due to a plugin issue 242, while it should have been the 'javadoc' task that failed the build. Also, publishing when javadocs fail is not desired.
1 parent 8fb4640 commit ac5e569

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ tasks.withType(JavaCompile) {
6666
apply from: file("gradle/javadoc_cleanup.gradle")
6767

6868
javadoc {
69-
failOnError = false
7069
exclude "**/internal/**"
7170
exclude "**/test/**"
7271
exclude "**/perf/**"

0 commit comments

Comments
 (0)