Closed jerboaa closed 2 months ago
In Mandrel Packaging we derive the maven version from mx graalvm-version
instead of relying on the first line of the deploy log. That build doesn't have the issue. See:
https://github.com/graalvm/mandrel/actions/runs/10764397126/job/29847289308#step:10:19
Description
We build GraalVM CE with local maven deployment to verify the Quarkus build with it. This started to break since we derived the maven version from the maven-deploy.log which now has warnings. Thus the maven version gets incorrectly set to
java.lang.System
.Excerpt from maven-deploy.log:
Here is the Quarkus build which tries to use
java.lang.System
as the maven version of the GraalVM artefacts: https://github.com/graalvm/mandrel/actions/runs/10764397126/job/29847395901#step:10:19