From e1bd1c52baa28fc6a0d0fd0bcc0b737bb2562082 Mon Sep 17 00:00:00 2001 From: Mariana Ristovska Date: Wed, 7 May 2025 13:28:31 +0200 Subject: [PATCH] Lock java version for pipeline builds --- .github/workflows/flutter_pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/flutter_pipeline.yml b/.github/workflows/flutter_pipeline.yml index 37b34ca..07f75dc 100644 --- a/.github/workflows/flutter_pipeline.yml +++ b/.github/workflows/flutter_pipeline.yml @@ -61,6 +61,12 @@ jobs: - name: Install dependencies run: flutter pub get + - name: Set up Java + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: 17 + - name: Build APK run: flutter build apk --release