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 edf630c commit 739e4bfCopy full SHA for 739e4bf
.github/workflows/main.yml
@@ -18,16 +18,12 @@ jobs:
18
with:
19
java-version: 8
20
distribution: temurin
21
- - name: 'Init Gradle Build Action'
22
- uses: gradle/gradle-build-action@v3
+ - name: Init Gradle Build Action
+ uses: gradle/actions/setup-gradle@v5
23
24
- # cache options only count for the first invocation
25
- cache-read-only: ${{ github.ref != 'refs/heads/master' }}
26
- arguments: --version
+ cache-read-only: ${{ github.ref != 'refs/heads/master' }}
27
- name: 'Check Spock'
28
29
- with:
30
- arguments: check
+ run: ./gradlew check
31
check-maven:
32
runs-on: ubuntu-latest
33
steps:
0 commit comments