Skip to content

Commit

Permalink
Moved gradle cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbryson committed Sep 7, 2022
1 parent f90f610 commit 39ad74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ buildCache {
enabled = false
}
remote(com.github.burrunan.s3cache.AwsS3BuildCache) {
region = 'us-east-1'
bucket = 'nio-gradle-cache'
region = 'us-west-2'
bucket = 'coalesce.gradle.cache'
prefix = "${rootProject.name}/"
push = isCiServer
lookupDefaultAwsCredentials = true
Expand Down

0 comments on commit 39ad74e

Please sign in to comment.