Skip to content

Commit 1844bac

Browse files
committed
Tried to get too clever with gradle
1 parent 4c25ff9 commit 1844bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ plugins {
2727
}
2828

2929
allprojects {
30-
version = findProperty('version') ?: '0.11.0.BUILD-SNAPSHOT'
30+
version = hasProperty('version') ? property('version') : '0.11.0.BUILD-SNAPSHOT'
3131
}
3232

3333
subprojects {

0 commit comments

Comments
 (0)