Skip to content

Commit

Permalink
add doclint:none to javadoc option
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Apr 16, 2024
1 parent 618ae26 commit 213bd33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ val apiJavadoc by tasks.creating(Javadoc::class) {
"https://javadoc.io/doc/org.jetbrains/annotations/latest/",
"https://nekoyue.github.io/ForgeJavaDocs-NG/javadoc/1.19.3/"
)

addStringOption("Xdoclint:none", "-quiet")
})
}

Expand Down

0 comments on commit 213bd33

Please sign in to comment.