Enable gradle caching on the Github CI system.

This commit is contained in:
Ehren Kret
2023-02-27 13:09:31 -06:00
committed by Greyson Parrelli
parent ca8add87c6
commit 40f86ed2be
2 changed files with 1 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ jobs:
with:
distribution: temurin
java-version: 11
cache: gradle
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1