Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit e2aa3f3

Browse files
committed
Test with Gradle 8.6-rc-1
1 parent ff5d63e commit e2aa3f3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/integ-test-restore-configuration-cache.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
uses: ./
3535
with:
3636
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
3939
- name: Groovy build with configuration-cache enabled
4040
working-directory: .github/workflow-samples/groovy-dsl
4141
run: gradle test --configuration-cache
@@ -57,8 +57,8 @@ jobs:
5757
uses: ./
5858
with:
5959
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
6262
- name: Groovy build with configuration-cache enabled
6363
id: execute
6464
working-directory: .github/workflow-samples/groovy-dsl
@@ -92,8 +92,8 @@ jobs:
9292
GRADLE_BUILD_ACTION_SKIP_RESTORE: "generated-gradle-jars|wrapper-zips|java-toolchains|instrumented-jars|dependencies|kotlin-dsl"
9393
with:
9494
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
9797
- name: Check execute Gradle build with configuration cache enabled (but not restored)
9898
working-directory: .github/workflow-samples/groovy-dsl
9999
run: gradle test --configuration-cache
@@ -114,8 +114,8 @@ jobs:
114114
uses: ./
115115
with:
116116
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
119119
- name: Execute 'help' with configuration-cache enabled
120120
working-directory: .github/workflow-samples/kotlin-dsl
121121
run: gradle help --configuration-cache
@@ -137,8 +137,8 @@ jobs:
137137
uses: ./
138138
with:
139139
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
142142
- name: Execute 'test' with configuration-cache enabled
143143
working-directory: .github/workflow-samples/kotlin-dsl
144144
run: gradle test --configuration-cache
@@ -161,8 +161,8 @@ jobs:
161161
uses: ./
162162
with:
163163
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
166166
- name: Execute 'test' again with configuration-cache enabled
167167
id: execute
168168
working-directory: .github/workflow-samples/kotlin-dsl

0 commit comments

Comments
 (0)