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.
This commit is contained in:
Rob Bygrave
2022-03-31 09:57:55 +13:00
parent 79be375f54
commit aa2490cfb4
+3 -1
View File
@@ -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: