Update version for release (#139)
This commit is contained in:
parent
f75eb3be33
commit
7599e2f0c9
|
@ -18,7 +18,7 @@ def isCI = System.getenv("CI") != null
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = 'io.opentelemetry.auto'
|
group = 'io.opentelemetry.auto'
|
||||||
version = '0.1.0-SNAPSHOT'
|
version = '0.1.0'
|
||||||
|
|
||||||
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