Skip to content

Commit 71ffbe1

Browse files
authored
Finish feature/github_actions_fix
Github actions fix
2 parents 2ac6a91 + 38221be commit 71ffbe1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
distribution: 'temurin'
2121
java-version: '11'
22-
cache: 'maven'
22+
cache: 'gradle'
2323

2424
- name: Environment info
2525
run: |

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
distribution: 'temurin'
3939
java-version: '11'
40-
cache: 'maven'
40+
cache: 'gradle'
4141

4242
- name: Environment info
4343
run: |

0 commit comments

Comments
 (0)