From 64c057a4e29f858f69d1ee6443bb20a54c6810a1 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Thu, 7 Oct 2021 10:51:14 +0200 Subject: [PATCH 1/3] ci: bump to java 11 for app building --- .github/workflows/all_plugins.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/all_plugins.yaml b/.github/workflows/all_plugins.yaml index a04ca9d412..054a56a43e 100644 --- a/.github/workflows/all_plugins.yaml +++ b/.github/workflows/all_plugins.yaml @@ -97,6 +97,10 @@ jobs: with: fetch-depth: 0 + - uses: actions/setup-java@v2 + with: + java-version: '11' + - name: "Install Flutter" run: ./.github/workflows/scripts/install-flutter.sh stable From 0ea559db645f87dc2b41fb8cfb4776ec74fe4c15 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Thu, 7 Oct 2021 11:13:54 +0200 Subject: [PATCH 2/3] ci: fix indentation --- .github/workflows/all_plugins.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/all_plugins.yaml b/.github/workflows/all_plugins.yaml index 054a56a43e..e540936e26 100644 --- a/.github/workflows/all_plugins.yaml +++ b/.github/workflows/all_plugins.yaml @@ -98,8 +98,8 @@ jobs: fetch-depth: 0 - uses: actions/setup-java@v2 - with: - java-version: '11' + with: + java-version: '11' - name: "Install Flutter" run: ./.github/workflows/scripts/install-flutter.sh stable From 97eddda142975d5d7dd6b01cad7ce96f5ad6fe22 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Thu, 7 Oct 2021 11:15:45 +0200 Subject: [PATCH 3/3] ci: add distribution for java --- .github/workflows/all_plugins.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/all_plugins.yaml b/.github/workflows/all_plugins.yaml index e540936e26..19e709bde0 100644 --- a/.github/workflows/all_plugins.yaml +++ b/.github/workflows/all_plugins.yaml @@ -99,6 +99,7 @@ jobs: - uses: actions/setup-java@v2 with: + distribution: 'temurin' java-version: '11' - name: "Install Flutter"