Skip to content

Commit 1125f2f

Browse files
committed
Remove gradle cache task
1 parent b0dbdeb commit 1125f2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
with:
2020
distribution: 'temurin'
2121
java-version: '21'
22-
cache: 'gradle'
22+
23+
- name: Setup Gradle
24+
uses: gradle/actions/setup-gradle@v4
2325

2426
- name: Build project with Gradle
2527
run: export GRADLE_OPTS="-Dorg.gradle.daemon=false" && ./gradlew build --no-daemon

0 commit comments

Comments
 (0)