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 65533b8 commit 4c25ff9Copy full SHA for 4c25ff9
1 file changed
build.gradle
@@ -27,7 +27,7 @@ plugins {
27
}
28
29
allprojects {
30
- version '0.11.0.BUILD-SNAPSHOT'
+ version = findProperty('version') ?: '0.11.0.BUILD-SNAPSHOT'
31
32
33
subprojects {
0 commit comments