Skip to content

Commit e86b12c

Browse files
committed
ci: Make Gradle cache actually work
1 parent 136393e commit e86b12c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
with:
1414
java-version: 8
1515
distribution: 'temurin'
16-
cache: gradle
16+
- name: Setup Gradle
17+
uses: gradle/gradle-build-action@v2
1718
- name: 'Make wrapper executable'
1819
run: chmod +x ./gradlew
1920
- name: 'Build'

0 commit comments

Comments
 (0)