Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
distribution: temurin
java-version: 21
- uses: gradle/actions/setup-gradle@v4
- uses: gradle/actions/setup-gradle@v6.2.0

# :core holds the parser and its tests; :plugin has none by design (its test task is
# disabled in build.gradle.kts), so `gradlew test` alone reports success either way.
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
distribution: temurin
java-version: 21
- uses: gradle/actions/setup-gradle@v4
- uses: gradle/actions/setup-gradle@v6.2.0

# Each IDE under test is a ~1GB download. Caching them separately from the Gradle cache
# keeps a dependency change from evicting them.
Expand Down
Loading