[ci-skip] stop caching gradle in github actions

This commit is contained in:
granny
2021-10-13 16:33:02 -07:00
committed by GitHub
parent 3aa3404fb7
commit b3be2fe301

View File

@@ -12,7 +12,6 @@ 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