Skip to content

Commit

Permalink
Configure @opensearch.internal as custom Javadoc tag
Browse files Browse the repository at this point in the history
Signed-off-by: Kartik Ganesh <[email protected]>
  • Loading branch information
kartg committed May 4, 2022
1 parent 1baf6e9 commit 2077d76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ apply plugin: 'nebula.optional-base'
apply plugin: 'opensearch.publish'
apply plugin: 'opensearch.internal-cluster-test'

javadoc {
options.tags = [
"opensearch.internal"
]
}

publishing {
publications {
nebula {
Expand Down

0 comments on commit 2077d76

Please sign in to comment.