Skip to content

Commit 4c25ff9

Browse files
committed
Read version from properties if present
1 parent 65533b8 commit 4c25ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 '0.11.0.BUILD-SNAPSHOT'
30+
version = findProperty('version') ?: '0.11.0.BUILD-SNAPSHOT'
3131
}
3232

3333
subprojects {

0 commit comments

Comments
 (0)