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