Skip to content

Commit

Permalink
organicveggie#17 add source jar to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
watsoncj committed Apr 1, 2015
1 parent 3c951ec commit c54f489
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 @@ -93,6 +93,10 @@ subprojects {
}
}

artifacts {
archives sourceJar
}

jacocoTestReport.dependsOn test
build.dependsOn javadoc, jacocoTestReport
}
Expand Down

0 comments on commit c54f489

Please sign in to comment.