Skip to content

Commit

Permalink
[Java] Fix Javadoc warning when publishing to maven central.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Nov 21, 2023
1 parent 1c3f4c0 commit 97864a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1128,6 +1128,7 @@ project(':aeron-all') {
}

javadoc {
source += project(':aeron-annotations').sourceSets.main.allJava
source += aeronClientProject.sourceSets.main.allJava
source += aeronDriverProject.sourceSets.main.allJava
source += aeronArchiveProject.sourceSets.main.allJava
Expand Down

0 comments on commit 97864a4

Please sign in to comment.