File tree Expand file tree Collapse file tree 4 files changed +7
-23
lines changed Expand file tree Collapse file tree 4 files changed +7
-23
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ permissions:
43
43
env :
44
44
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
45
45
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
46
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
47
- GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
46
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
48
47
49
48
jobs :
50
49
core :
Original file line number Diff line number Diff line change @@ -43,14 +43,9 @@ buildCache {
43
43
local {
44
44
enabled = ! isCI
45
45
}
46
- remote(HttpBuildCache ) {
47
- push = isCI && ! System . getenv(" READ_ONLY_REMOTE_GRADLE_CACHE" ) && System . getenv(" GRADLE_ENTERPRISE_CACHE_PASSWORD " )
46
+ remote(develocity . buildCache ) {
47
+ push = isCI && ! System . getenv(" READ_ONLY_REMOTE_GRADLE_CACHE" ) && System . getenv(" DEVELOCITY_ACCESS_KEY " )
48
48
enabled = true
49
- url = ' https://ge.testcontainers.org/cache/'
50
- credentials {
51
- username = ' ci'
52
- password = System . getenv(" GRADLE_ENTERPRISE_CACHE_PASSWORD" )
53
- }
54
49
}
55
50
}
56
51
Original file line number Diff line number Diff line change @@ -40,14 +40,9 @@ buildCache {
40
40
local {
41
41
enabled = ! isCI
42
42
}
43
- remote(HttpBuildCache ) {
44
- push = isCI && ! System . getenv(" READ_ONLY_REMOTE_GRADLE_CACHE" ) && System . getenv(" GRADLE_ENTERPRISE_CACHE_PASSWORD " )
43
+ remote(develocity . buildCache ) {
44
+ push = isCI && ! System . getenv(" READ_ONLY_REMOTE_GRADLE_CACHE" ) && System . getenv(" DEVELOCITY_ACCESS_KEY " )
45
45
enabled = true
46
- url = ' https://ge.testcontainers.org/cache/'
47
- credentials {
48
- username = ' ci'
49
- password = System . getenv(" GRADLE_ENTERPRISE_CACHE_PASSWORD" )
50
- }
51
46
}
52
47
}
53
48
Original file line number Diff line number Diff line change @@ -27,14 +27,9 @@ buildCache {
27
27
local {
28
28
enabled = ! isCI
29
29
}
30
- remote(HttpBuildCache ) {
31
- push = isCI && ! System . getenv(" READ_ONLY_REMOTE_GRADLE_CACHE" ) && System . getenv(" GRADLE_ENTERPRISE_CACHE_PASSWORD " )
30
+ remote(develocity . buildCache ) {
31
+ push = isCI && ! System . getenv(" READ_ONLY_REMOTE_GRADLE_CACHE" ) && System . getenv(" DEVELOCITY_ACCESS_KEY " )
32
32
enabled = true
33
- url = ' https://ge.testcontainers.org/cache/'
34
- credentials {
35
- username = ' ci'
36
- password = System . getenv(" GRADLE_ENTERPRISE_CACHE_PASSWORD" )
37
- }
38
33
}
39
34
}
40
35
You can’t perform that action at this time.
0 commit comments