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 786611c commit 088222bCopy full SHA for 088222b
.github/workflows/gradle.yml
@@ -16,14 +16,8 @@ jobs:
16
with:
17
java-version: 17
18
distribution: 'temurin'
19
- - uses: actions/cache@v4
20
- with:
21
- path: |
22
- ~/.gradle/caches
23
- ~/.gradle/wrapper
24
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
25
- restore-keys: |
26
- ${{ runner.os }}-gradle-
+ - name: Setup Gradle
+ uses: gradle/actions/setup-gradle@v4
27
- name: Build with Gradle
28
run: ./gradlew build
29
- name: Upload a Build Artifact
0 commit comments