Skip to content

Commit 687a4e2

Browse files
authored
Merge pull request #1276 from square/ray/ci-hack
./gradlew tasks hack
2 parents d705cfd + f80e09e commit 687a4e2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/actions/gradle-task/action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ runs:
2525
using: 'composite'
2626
steps:
2727

28+
# Around March 2025 we've started seeing jobs fail with what looks like
29+
# a race initialize version catalog (failure to resolve 'libs.', etc.).
30+
# Forcing an initial run of `tasks` fixes that.
31+
- name: Initial Gradle command
32+
shell: bash
33+
run: ./gradlew tasks
34+
2835
- name: Set up JDK
2936
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
3037
with:

0 commit comments

Comments
 (0)