Skip to content

Commit

Permalink
Added flag to allow javadoc task to succeed with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Millibyte1 committed Dec 9, 2022
1 parent 31ce479 commit cac893c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ tasks {
}
}

javadoc {
// prevent javadoc task failure from semantic errors in Javadoc -- errors will still be logged
isFailOnError = false
}

/*
* CREATES NATIVE WINDOWS EXECUTABLE
* Launches launch4j to create an executable (.exe) file wrapping the jar
Expand Down

0 comments on commit cac893c

Please sign in to comment.