erik-meuwese-topicus opened a new pull request, #427: URL: https://github.com/apache/maven-build-cache-extension/pull/427
The build fails with jdk11 with `Fatal error compiling: error: release version 17 not supported` see the build of pull request `Bump org.apache.maven.extensions:maven-extensions from 45 to 46` https://github.com/apache/maven-build-cache-extension/pull/425 The main pom.xml states `<minimalJavaBuildVersion>` is `11` and Jenkins runs jdk11, jdk17 and jdk21. So `<maven.compiler.release>` should be lowerd from `17` to `11`. The failing test requires Java 9 as minimum because it has a module-info.java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
