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 0609e25 commit d6c7589Copy full SHA for d6c7589
.github/workflows/gradle.yml
@@ -16,13 +16,12 @@ jobs:
16
working-directory: code
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: gradle/wrapper-validation-action@v1
20
- name: Set up JDK
21
uses: actions/setup-java@v4
22
with:
23
distribution: "temurin"
24
java-version: 21
25
- - uses: gradle/gradle-build-action@v2
+ - uses: gradle/actions/setup-gradle@v4
26
27
# allow master and *-dev branches to write caches (default is only master/main)
28
cache-read-only: ${{ github.ref != 'refs/heads/master' && !(endsWith(github.ref, '-dev') && startsWith(github.ref, 'refs/heads/')) }}
0 commit comments