Use gradle-build-action for caching and dependency submission
This commit is contained in:
parent
5b56445741
commit
b9e644269b
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -25,7 +25,10 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: ${{ matrix.java }}
|
||||
cache: 'gradle'
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
dependency-graph: generate-and-submit
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew --no-daemon build
|
||||
- name: Compress archive
|
||||
|
Loading…
x
Reference in New Issue
Block a user