diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d199dea..e8df82b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: - name: Set Up Java uses: actions/setup-java@v4 with: - distribution: "temurin" + distribution: "oracle" java-version: "17" - name: Setup Flutter @@ -27,9 +27,6 @@ jobs: with: channel: "stable" - - name: Accept Licenses - run: flutter doctor --android-licenses - - name: Flutter analyze run: flutter analyze