From aa2490cfb4dd43934d518eb69d471eb836e50857 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Thu, 31 Mar 2022 09:57:55 +1300 Subject: [PATCH] EA build - remove valhalla due to javadoc error javadoc: error - The code being documented uses packages in the unnamed module, but the packages defined in https://ebean.io/platforms/ebean-platform-h2/apidocs/ are in named modules. --- .github/workflows/jdk-ea.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jdk-ea.yml b/.github/workflows/jdk-ea.yml index 1784106b6..f34c50d76 100644 --- a/.github/workflows/jdk-ea.yml +++ b/.github/workflows/jdk-ea.yml @@ -16,7 +16,9 @@ jobs: strategy: fail-fast: false matrix: - java_version: [17,18,19,loom,valhalla,metropolis,panama] + ## valhalla - failing on javadoc with: + ## javadoc: error - The code being documented uses packages in the unnamed module, but the packages defined in https://ebean.io/platforms/ebean-platform-h2/apidocs/ are in named modules. + java_version: [17,18,19,loom,metropolis,panama] os: [ubuntu-latest] steps: