Skip to content

Commit

Permalink
set java version to 17 oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
Nailsonseat committed Jan 23, 2024
1 parent 604d5f4 commit c24cd70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flutter_build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: "oracle"
java-version: "17"
- uses: subosito/flutter-action@v2
with:
channel: "beta"
Expand Down

0 comments on commit c24cd70

Please sign in to comment.