From 875083a92464de5672b8a49516244b5db92b96f1 Mon Sep 17 00:00:00 2001 From: Karl Tauber Date: Mon, 6 Mar 2023 13:41:44 +0100 Subject: [PATCH] GitHub Actions: don't use toolchain for Java 19 (because this fails on Gradle 8.0.2) --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71aaf0bc..5ff50cf0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,10 +24,11 @@ jobs: - 8 - 11 # LTS - 17 # LTS + - 19 toolchain: [""] - include: - - java: 17 - toolchain: 19 # latest +# include: +# - java: 17 +# toolchain: 19 # latest steps: - uses: actions/checkout@v3