Enable GitHub Gradle cache
This commit is contained in:
parent
9e44e00e70
commit
fc9aff6217
1
.github/workflows/gradle.yml
vendored
1
.github/workflows/gradle.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
cache: 'gradle'
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build the mod
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user