We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c25ff9 commit 1844bacCopy full SHA for 1844bac
1 file changed
build.gradle
@@ -27,7 +27,7 @@ plugins {
27
}
28
29
allprojects {
30
- version = findProperty('version') ?: '0.11.0.BUILD-SNAPSHOT'
+ version = hasProperty('version') ? property('version') : '0.11.0.BUILD-SNAPSHOT'
31
32
33
subprojects {
0 commit comments