Skip to content

Commit

Permalink
add javadoc & sources jar
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisAerts committed Mar 17, 2024
1 parent 8308ce0 commit 9cb6d1e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ subprojects {
apply plugin: 'java-library'
apply plugin: 'maven-publish'

javadoc.options.addStringOption('Xdoclint:none', '-quiet')

java {
withSourcesJar()
withJavadocJar()
}

publishing {

publications {
Expand Down

0 comments on commit 9cb6d1e

Please sign in to comment.