Skip to content

Commit

Permalink
improved build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
domix committed Sep 9, 2015
1 parent ef567e0 commit 88e64f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,5 @@ javadoc.options.links("http://docs.oracle.com/javase/7/docs/api/", "http://docs.

classes.dependsOn licenseFormat
jacocoTestReport.dependsOn check
createReleaseTag.dependsOn jacocoTestReport
bintrayUpload.dependsOn jacocoTestReport
createReleaseTag.dependsOn bintrayUpload

0 comments on commit 88e64f7

Please sign in to comment.