enable cache for gradle dependencies in workflow
This commit is contained in:
parent
795453d2fa
commit
4f027be30e
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -16,5 +16,6 @@ jobs:
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 11
|
||||
cache: gradle
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build --no-daemon
|
||||
|
Loading…
Reference in New Issue
Block a user