Skip to content

Commit ce9369b

Browse files
Build scripts: make javadoc errors (not warnings) break build again #259
1 parent 19afe6d commit ce9369b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

buildSrc/src/main/kotlin/objectbox-publish.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@ plugins {
1717
id("signing")
1818
}
1919

20-
// Make javadoc task errors not break the build, some are in third-party code.
21-
if (JavaVersion.current().isJava8Compatible) {
22-
tasks.withType<Javadoc> {
23-
isFailOnError = false
24-
}
25-
}
26-
2720
publishing {
2821
repositories {
2922
maven {

0 commit comments

Comments
 (0)