Skip to content

Commit 82858f2

Browse files
committed
Merge branch 'master' into develop
# Conflicts: # versions.gradle
2 parents b74a343 + 5b9d95e commit 82858f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ allprojects {
6464
}
6565

6666
if (branch == 'master') {
67-
if (indexOfSeparator > -1) {
68-
throw new RuntimeException("Can't build snapshot in master branch.")
67+
if (indexOfSeparator > (-1)) {
68+
throw new RuntimeException("Can't build snapshot in master branch: " + gitVersion)
6969
}
7070
} else {
7171
mainVersion += '-SNAPSHOT'

0 commit comments

Comments
 (0)