Skip to content

Commit

Permalink
chore: Update Java and Gradle versions for build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaDemchenko committed Aug 13, 2024
1 parent 377727f commit cb4c43f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,14 @@ jobs:
- name: Set Up Java
uses: actions/setup-java@v4
with:
distribution: "temurin"
distribution: "oracle"
java-version: "17"

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"

- name: Accept Licenses
run: flutter doctor --android-licenses

- name: Flutter analyze
run: flutter analyze

Expand Down

0 comments on commit cb4c43f

Please sign in to comment.