Skip to content

Commit

Permalink
HeartLibrary/build.gradle: correct baseName for the javadoc jar
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 19, 2024
1 parent 4e63574 commit bd8b8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HeartLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jar {
}
}
java.withJavadocJar()
javadocJar { archiveBaseName = project.ext.baseName }
tasks.register('sourcesJar', Jar) {
archiveBaseName = project.ext.baseName
archiveClassifier = 'sources'
Expand Down

0 comments on commit bd8b8c0

Please sign in to comment.