From c69f1dc9092fbb46b96668dbe4a670625a5d8c1c Mon Sep 17 00:00:00 2001 From: Boris Petrov Date: Mon, 5 Feb 2024 19:57:25 +0200 Subject: [PATCH] Add a TODO about running a JDK-21 build --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a4f7a56..a4fe0698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,10 @@ jobs: container: "['jetty9.3','jetty9.4','jetty10','tomcat85','tomcat9']" properties: '-Pspock_version=2.3-groovy-3.0 -PgebVersion=5.1' + # TODO: add a JDK-21 build but fix the following issue before that: + # groovy.lang.MissingPropertyException: Could not set unknown property 'classifier' for task ':libs:gretty:javadocJar' of type org.gradle.api.tasks.bundling.Jar + # https://github.com/gretty-gradle-plugin/gretty/actions/runs/7788654990/job/21238688742 + env: TEST_ALL_CONTAINERS: ${{ matrix.container }} GRADLE_VERSION: ${{ matrix.gradle }}