Skip to content

Commit

Permalink
ensured additional artifacts are deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrarSyed committed Oct 30, 2014
1 parent a8b5703 commit 87e0191
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,9 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
}

artifacts {
sourceJar
javadocJar
archives jar
archives sourceJar
archives javadocJar
}

uploadArchives {
Expand Down

0 comments on commit 87e0191

Please sign in to comment.