Skip to content

Commit 58e0ab4

Browse files
runningcodeclaude
andcommitted
Restore workaround comments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cfc9b03 commit 58e0ab4

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
distribution: 'temurin'
3131
java-version: '17'
3232

33+
# Workaround for https://github.com/gradle/actions/issues/21 to use config cache
3334
- name: Cache buildSrc
3435
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3536
with:

.github/workflows/integration-tests-size.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
distribution: "temurin"
2929
java-version: "17"
3030

31+
# Workaround for https://github.com/gradle/actions/issues/21 to use config cache
3132
- name: Cache buildSrc
3233
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3334
with:

.github/workflows/spring-boot-2-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
distribution: 'temurin'
5151
java-version: '17'
5252

53+
# Workaround for https://github.com/gradle/actions/issues/21 to use config cache
5354
- name: Cache buildSrc
5455
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5556
with:

.github/workflows/spring-boot-3-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
distribution: 'temurin'
5151
java-version: '17'
5252

53+
# Workaround for https://github.com/gradle/actions/issues/21 to use config cache
5354
- name: Cache buildSrc
5455
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5556
with:

.github/workflows/spring-boot-4-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
distribution: 'temurin'
5151
java-version: '17'
5252

53+
# Workaround for https://github.com/gradle/actions/issues/21 to use config cache
5354
- name: Cache buildSrc
5455
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
5556
with:

0 commit comments

Comments
 (0)