Use opentelemetry-java-instrumentation-gradle-test1 for build cache. (#996)

This commit is contained in:
Anuraag Agrawal 2020-08-15 17:50:28 +09:00 committed by GitHub
parent bb235a0aa3
commit 50a7ff6562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ apply plugin: 'com.github.burrunan.s3-build-cache'
buildCache {
remote(com.github.burrunan.s3cache.AwsS3BuildCache) {
region = 'us-west-2'
bucket = 'otel-gradle-cache-temp'
bucket = 'opentelemetry-java-instrumentation-gradle-test1'
push = isCI
}
}