Begin 0.30.0
This commit is contained in:
parent
ed72307cb1
commit
d449d60ab8
|
@ -16,7 +16,7 @@ def isCI = System.getenv("CI") != null
|
|||
|
||||
allprojects {
|
||||
group = 'com.datadoghq'
|
||||
version = '0.29.1'
|
||||
version = '0.30.0-SNAPSHOT'
|
||||
|
||||
if (isCI) {
|
||||
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"
|
||||
|
|
Loading…
Reference in New Issue