Skip to content

Commit

Permalink
fixes workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiswift committed Nov 11, 2024
1 parent 24fc801 commit 6063688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: corretto
java-version: '11'
java-version: 17

- name: Cache Gradle packages
uses: actions/cache@v2
Expand Down

0 comments on commit 6063688

Please sign in to comment.