From 4e8ffee9fd92c6cf97b59dc6814af0e218629817 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 27 Aug 2020 17:42:24 +0200 Subject: [PATCH 1/2] Downgrade to java 14 for win and linux --- .github/workflows/deployment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 454bd1a2254..687392bb212 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -55,13 +55,13 @@ jobs: uses: joschi/setup-jdk@v2 with: # reason: https://bugs.openjdk.java.net/browse/JDK-8238184 - java-version: 15 + java-version: 1 release_type: ea if: matrix.os == 'macos-latest' - name: Set up JDK for linux and windows uses: actions/setup-java@v1 with: - java-version: 15-ea + java-version: 14 if: matrix.os != 'macos-latest' - name: Restore gradle cache uses: actions/cache@master From 3f91aeed2c0748b30d02ce151786b3c5091a3ebb Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 27 Aug 2020 17:43:03 +0200 Subject: [PATCH 2/2] fix typo --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 687392bb212..ee9c7ed6f9a 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -55,7 +55,7 @@ jobs: uses: joschi/setup-jdk@v2 with: # reason: https://bugs.openjdk.java.net/browse/JDK-8238184 - java-version: 1 + java-version: 15 release_type: ea if: matrix.os == 'macos-latest' - name: Set up JDK for linux and windows