> On 24 Jul 2024, at 09:25, Toshiya Kobayashi <[email protected]> > wrote: > > optaplanner-quickstarts 8.x runs with 8.45.0-SNAPSHOT, so it results in > green regardless of the optaplanner main (999-SNAPSHOT). > > https://github.com/apache/incubator-kie-optaplanner-quickstarts/blob/8.x/pom.xml#L9 > > Hence, for optaplanner main, I guess the expected optaplanner-quickstarts > branch would be `development`. > > In the optaplanner 10.0.x nightly job, the optaplanner-quickstarts 10.0.x > branch was taken from 8.x, but it updates the version to 10.0.999-SNAPSHOT, > so hit the error (quarkus version conflict). > > https://github.com/apache/incubator-kie-optaplanner-quickstarts/blob/10.0.x/pom.xml#L9 > > I think the optaplanner-quickstarts 10.0.x branch should also be taken from > the `development` branch. > > Please someone familiar with optaplanner double-check. > > Thanks! > Toshiya
Thank you Toshiya for checking and yes, your assumption is correct, we can’t build the OP 10 with Quickstart taken from 8 since they use incompatible Quarkus versions. Luca
