Skip to content

Commit be68861

Browse files
cpovirkGoogle Java Core Libraries
authored andcommitted
Use setup-gradle, which contains a built-in replacement for the wrapper validation that has been flaking lately.
Compare jspecify/jspecify#742 RELNOTES=n/a PiperOrigin-RevId: 786280522
1 parent 87976cd commit be68861

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
if: ${{ failure() }}
6161
shell: bash
6262
run: ./util/print_surefire_reports.sh
63+
- name: 'Set up Gradle'
64+
if: matrix.java == 11 # used only by the integration tests below
65+
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
6366
- name: 'Integration Test'
6467
if: matrix.java == 11
6568
shell: bash

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)