We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19974f3 commit 8bb7cdeCopy full SHA for 8bb7cde
.github/workflows/build_and_test.yml
@@ -38,7 +38,7 @@ jobs:
38
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'gradle.properties') }}-${{ matrix.variant }}
39
40
- name: Set up JDK 21
41
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
42
with:
43
distribution: 'temurin'
44
java-version: '21'
0 commit comments