34
34
uses : ./
35
35
with :
36
36
cache-read-only : false # For testing, allow writing cache entries on non-default branches
37
- cache-encryption-key : Da25KUVSE5jbGds2zXmfXw==
38
- gradle-version : release-nightly
37
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
38
+ gradle-version : 8.6-rc-1
39
39
- name : Groovy build with configuration-cache enabled
40
40
working-directory : .github/workflow-samples/groovy-dsl
41
41
run : gradle test --configuration-cache
57
57
uses : ./
58
58
with :
59
59
cache-read-only : true
60
- cache-encryption-key : Da25KUVSE5jbGds2zXmfXw==
61
- gradle-version : release-nightly
60
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
61
+ gradle-version : 8.6-rc-1
62
62
- name : Groovy build with configuration-cache enabled
63
63
id : execute
64
64
working-directory : .github/workflow-samples/groovy-dsl
92
92
GRADLE_BUILD_ACTION_SKIP_RESTORE : " generated-gradle-jars|wrapper-zips|java-toolchains|instrumented-jars|dependencies|kotlin-dsl"
93
93
with :
94
94
cache-read-only : true
95
- cache-encryption-key : Da25KUVSE5jbGds2zXmfXw==
96
- gradle-version : release-nightly
95
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
96
+ gradle-version : 8.6-rc-1
97
97
- name : Check execute Gradle build with configuration cache enabled (but not restored)
98
98
working-directory : .github/workflow-samples/groovy-dsl
99
99
run : gradle test --configuration-cache
@@ -114,8 +114,8 @@ jobs:
114
114
uses : ./
115
115
with :
116
116
cache-read-only : false # For testing, allow writing cache entries on non-default branches
117
- cache-encryption-key : Da25KUVSE5jbGds2zXmfXw==
118
- gradle-version : release-nightly
117
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
118
+ gradle-version : 8.6-rc-1
119
119
- name : Execute 'help' with configuration-cache enabled
120
120
working-directory : .github/workflow-samples/kotlin-dsl
121
121
run : gradle help --configuration-cache
@@ -137,8 +137,8 @@ jobs:
137
137
uses : ./
138
138
with :
139
139
cache-read-only : false # For testing, allow writing cache entries on non-default branches
140
- cache-encryption-key : Da25KUVSE5jbGds2zXmfXw==
141
- gradle-version : release-nightly
140
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
141
+ gradle-version : 8.6-rc-1
142
142
- name : Execute 'test' with configuration-cache enabled
143
143
working-directory : .github/workflow-samples/kotlin-dsl
144
144
run : gradle test --configuration-cache
@@ -161,8 +161,8 @@ jobs:
161
161
uses : ./
162
162
with :
163
163
cache-read-only : true
164
- cache-encryption-key : Da25KUVSE5jbGds2zXmfXw==
165
- gradle-version : release-nightly
164
+ cache-encryption-key : ${{ secrets.GRADLE_ENCRYPTION_KEY }}
165
+ gradle-version : 8.6-rc-1
166
166
- name : Execute 'test' again with configuration-cache enabled
167
167
id : execute
168
168
working-directory : .github/workflow-samples/kotlin-dsl
0 commit comments