Skip to content

Commit 01ead6e

Browse files
committed
feat(62035): fix kotlin gradle CI/CD
1 parent 71bd36f commit 01ead6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd-kotlin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
distribution: 'temurin'
3434
java-version: '11'
35-
cache: 'maven'
35+
cache: 'gradle'
3636

3737
- name: Check code format and lint
3838
run: ./gradlew spotlessApply

0 commit comments

Comments
 (0)