diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a97410bd..be787d3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - JAVA_VERSION: 21 + JAVA_VERSION: 25 DOCKER_BUILD_SUMMARY: false jobs: diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index ea5b0ca8..51c195a6 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -192,6 +192,8 @@ org.jboss.logmanager.LogManager ${build.database} + + --add-opens java.base/java.lang=ALL-UNNAMED