Skip to content

Commit

Permalink
Build: Disable javadoc warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlamaLad7 committed Oct 13, 2023
1 parent a28c3d2 commit 218a98e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ allprojects {
withSourcesJar()
withJavadocJar()
}

tasks.withType<Javadoc> {
(options as CoreJavadocOptions).addStringOption("Xdoclint:none", "-quiet")
}
}

val shade by configurations.creating {
Expand Down

0 comments on commit 218a98e

Please sign in to comment.