Skip to content

Commit

Permalink
Merge pull request #3009 from EightM/bugfix/javadoc
Browse files Browse the repository at this point in the history
feat: disabled failing build on javadoc errors
  • Loading branch information
nixel2007 authored Mar 23, 2023
2 parents 7161add + 66b07ce commit 7775eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ tasks.generateDiagnosticDocs {
}

tasks.javadoc {
isFailOnError = false
options {
this as StandardJavadocDocletOptions
links(
Expand Down

0 comments on commit 7775eb3

Please sign in to comment.