Corrected snapshot version
This commit is contained in:
parent
2487a3e27b
commit
313fe78cc1
|
@ -1,7 +1,7 @@
|
||||||
apply plugin: 'base'
|
apply plugin: 'base'
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
version = '3.1.0-SNAPSHOT'
|
version = '3.1.0.CI-SNAPSHOT'
|
||||||
releaseBuild = version.endsWith('RELEASE')
|
releaseBuild = version.endsWith('RELEASE')
|
||||||
snapshotBuild = version.endsWith('SNAPSHOT')
|
snapshotBuild = version.endsWith('SNAPSHOT')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue