enable cache for gradle dependencies in workflow

This commit is contained in:
Daniel Micay 2021-09-30 00:50:34 -04:00
parent 795453d2fa
commit 4f027be30e

View File

@ -16,5 +16,6 @@ jobs:
with:
distribution: 'temurin'
java-version: 11
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon