Skip to content

Commit

Permalink
Gradle: custom tags for JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
StartsMercury committed Oct 20, 2024
1 parent e77f11b commit 4bf98db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ jar {
archiveClassifier = "slim"
}

javadoc {
options {
tags(
"apiNote:a:API Note:",
"implSpec:a:Implementation Requirements:",
"implNote:a:Implementation Note:",
"reason:a:Reason:",
)
}
}

shadowJar {
configurations = [ project.configurations.bundle ]
archiveClassifier = ""
Expand Down

0 comments on commit 4bf98db

Please sign in to comment.