Skip to content

Commit 18a3e9e

Browse files
committed
./gradlew tasks hack
1 parent a8b63eb commit 18a3e9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

+7
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)