Update version to 0.2.1-SNAPSHOT (#296)
This commit is contained in:
parent
567bbe3c00
commit
d80af336dd
|
@ -21,7 +21,7 @@ def isCI = System.getenv("CI") != null
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = 'io.opentelemetry.auto'
|
group = 'io.opentelemetry.auto'
|
||||||
version = '0.2.0'
|
version = '0.2.1-SNAPSHOT'
|
||||||
|
|
||||||
if (isCI) {
|
if (isCI) {
|
||||||
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"
|
buildDir = "${rootDir}/workspace/${projectDir.path.replace(rootDir.path, '')}/build/"
|
||||||
|
|
Loading…
Reference in New Issue