File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
55 }
66 }
77 dependencies {
8- classpath " gradle.plugin.ch.myniva.gradle:s3-build-cache:0.4.1 "
8+ classpath " gradle.plugin.ch.myniva.gradle:s3-build-cache:0.9.0 "
99 }
1010}
1111
@@ -19,8 +19,10 @@ buildCache {
1919 }
2020
2121 remote(ch.myniva.gradle.caching.s3.AwsS3BuildCache ) {
22- region = ' us-east-1'
23- bucket = ' testcontainers-build-cache'
22+ endpoint = ' fra1.digitaloceanspaces.com'
23+ region = ' fra1'
24+ bucket = ' testcontainers'
25+ path = ' cache'
2426 push = isMasterBuild
2527 }
2628}
@@ -38,4 +40,4 @@ file('modules').eachDir { dir ->
3840}
3941
4042include " docs-examples"
41- project(" :docs-examples" ). projectDir = file(" docs/examples" )
43+ project(" :docs-examples" ). projectDir = file(" docs/examples" )
You can’t perform that action at this time.
0 commit comments