[ci-skip] let's try using cache in github actions again

This commit is contained in:
granny
2023-03-30 19:28:50 -07:00
parent 1924a57cc7
commit 7f4822d6b6

View File

@@ -16,9 +16,10 @@ jobs:
with:
distribution: temurin
java-version: 17
cache: 'gradle'
- name: Configure Git
run: git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions"
- name: Apply Patches
run: ./gradlew applyPatches --stacktrace
run: ./gradlew applyPatches --no-daemon --stacktrace
- name: Build
run: ./gradlew build --stacktrace
run: ./gradlew build --no-daemon --stacktrace