Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #57 from novoda/dont_run_publish_plugins_on_dry_run
Browse files Browse the repository at this point in the history
Just trigger the bintrayUpload with a dry run
  • Loading branch information
mr-archano authored Mar 8, 2018
2 parents 7e9a60c + 58fe44b commit 6e03ff2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ task publishRelease {
}
}
} else {
dependsOn publishArtifacts
project.afterEvaluate {
dependsOn bintrayUpload
}
}
}

0 comments on commit 6e03ff2

Please sign in to comment.