Skip to content

Commit

Permalink
This branch should not publish releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashatyrev committed Mar 6, 2017
1 parent 07eadad commit 69d6a1f
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 @@ -26,7 +26,7 @@ subprojects {

group = 'org.ethereum'

version = config.versionNumber + ("master" == gitCurBranch() || "release-1.4.x" == gitCurBranch() ? "-RELEASE" : "-SNAPSHOT")
version = config.versionNumber + ("master" == gitCurBranch() ? "-RELEASE" : "-SNAPSHOT")

println("Building version: " + version + " (from branch " + gitCurBranch() + ")")

Expand Down

0 comments on commit 69d6a1f

Please sign in to comment.