Skip to content

Commit

Permalink
Publish Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
viggy96 committed Nov 28, 2023
1 parent 9fce0c6 commit 8676e28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ publishing {
publications {
mavenJava(MavenPublication) {
from components.java
afterEvaluate {
artifact javadocJar
artifact sourcesJar
}
}
}
}

0 comments on commit 8676e28

Please sign in to comment.