Skip to content

Commit

Permalink
use java 17 instead of 11
Browse files Browse the repository at this point in the history
  • Loading branch information
user5522 committed Dec 26, 2024
1 parent 016fb91 commit cd40185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: "11"
java-version: "17"
distribution: "zulu"
cache: "gradle"
- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit cd40185

Please sign in to comment.