kbowers-ibm commented on PR #3681:
URL:
https://github.com/apache/incubator-kie-tools/pull/3681#issuecomment-5118218715
Changes made since review:
- Removed -T 0.5C: parallel builds caused Quarkus to try resolving
-deployment artifacts before they were deployed to DIST_REPO
- Added -Dmaven.repo.local.tail=${DIST_REPO}: carried over from the old
kogito-apps command, allows Maven's resolver to find artifacts deployed earlier
in the same build
- Added -Dquarkus.container-image.build=false: carried over from the old
kogito-apps command, prevents Quarkus from trying to build container images
(which requires Docker/Podman, not available on macOS/Windows CI runners)
Also warnings already existed in previous PR
https://github.com/apache/incubator-kie-tools/pull/3170 where it was declared
fixed, it's coming up again because I've moved the relevant flag to the drools
command.
--
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]