Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Disable Bintray publish to make the build pass (Bintray doesn't allow…
Browse files Browse the repository at this point in the history
… subsequent publishing with the same version)
  • Loading branch information
Nashatyrev committed Feb 12, 2016
1 parent bd86018 commit 25556f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ethereumj-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@ bintray {
}

bintrayUpload.onlyIf {
(!pullRequest || pullRequest == 'false') && !project.version.endsWith('-SNAPSHOT')
// comment 'false' and uncomment the next line to publish next release
// (!pullRequest || pullRequest == 'false') && !project.version.endsWith('-SNAPSHOT')
false
}

install {
Expand Down

0 comments on commit 25556f0

Please sign in to comment.