Skip to content

Commit f8f4f3c

Browse files
update build yml
1 parent c270f71 commit f8f4f3c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
distribution: 'temurin'
3131
- name: Grant execute permission for gradlew
3232
run: chmod +x gradlew
33-
34-
- name: Setup Gradle cache
35-
uses: gradle/gradle-build-action@v2
36-
with:
37-
gradle-version: wrapper
38-
3933
- name: Clean all modules
4034
run: ./gradlew cleanAllModules
4135
- name: ${{ inputs.action }}

0 commit comments

Comments
 (0)