Skip to content

Commit

Permalink
Added artificats back.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Mar 19, 2021
1 parent bbda52c commit 495f9cc
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 @@ -118,6 +118,10 @@ tasks.withType(Checkstyle) {
}
}

artifacts {
archives javadocJar, sourcesJar
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down

0 comments on commit 495f9cc

Please sign in to comment.