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 dea8582 commit 07c85afCopy full SHA for 07c85af
1 file changed
.github/workflows/build.yml
@@ -13,13 +13,12 @@ jobs:
13
runs-on: "ubuntu-latest"
14
steps:
15
- uses: actions/checkout@v4
16
- - uses: gradle/actions/wrapper-validation@v3
17
- name: Set up JDK
18
uses: actions/setup-java@v4
19
with:
20
distribution: 'temurin'
21
java-version: 21
22
- - uses: gradle/actions/setup-gradle@v3
+ - uses: gradle/actions/setup-gradle@v4
23
24
# allow master and *-dev branches to write caches (default is only master/main)
25
cache-read-only: ${{ github.ref != 'refs/heads/master' && !(endsWith(github.ref, '-dev') && startsWith(github.ref, 'refs/heads/')) }}
0 commit comments