Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Jun 7, 2023
1 parent c85e71c commit b2d390a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ tasks {
compileJava {
options.encoding = Charsets.UTF_8.name();
}
javadoc {
isFailOnError = false
}
test {
useJUnitPlatform()
}
Expand Down

0 comments on commit b2d390a

Please sign in to comment.