Skip to content

Commit

Permalink
Remove vestigial dagger configuration (#11415)
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Snodgrass <[email protected]>
  • Loading branch information
cgardens and colesnodgrass committed Mar 7, 2024
1 parent 8c4855c commit b738411
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,12 @@ gradleEnterprise {
}

buildCache {
// we use a different caching mechanism for Dagger builds
if (System.getenv("DAGGER") == null) {
remote<com.github.burrunan.s3cache.AwsS3BuildCache> {
region = "us-west-2"
bucket = "ab-ci-cache"
prefix = "platform-ci-cache/"
isPush = isCiServer
isEnabled = System.getenv().containsKey("S3_BUILD_CACHE_ACCESS_KEY_ID")
}
remote<com.github.burrunan.s3cache.AwsS3BuildCache> {
region = "us-west-2"
bucket = "ab-ci-cache"
prefix = "platform-ci-cache/"
isPush = isCiServer
isEnabled = System.getenv().containsKey("S3_BUILD_CACHE_ACCESS_KEY_ID")
}
}

Expand Down

0 comments on commit b738411

Please sign in to comment.