thiagoelg commented on PR #2892: URL: https://github.com/apache/incubator-kie-tools/pull/2892#issuecomment-2630766068
@ricardozanini Looking at the sonataflow-builder-image logs looks like we have Maven 3.8.5 somewhere, and that is incompatible with Quarkus 3.15 (see https://github.com/apache/incubator-kie-tools/actions/runs/13109960323/job/36571558470?pr=2892#step:13:16187) Upon further investigation, the default Maven version from `registry.access.redhat.com/ubi8/openjdk-17:1.21` is 3.8.5. Can we somehow override it to 3.9.6? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
