davsclaus commented on code in PR #16922:
URL: https://github.com/apache/camel/pull/16922#discussion_r1929014021
##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/Run.java:
##########
@@ -1006,6 +1010,8 @@ protected int runSpringBoot() throws Exception {
eq.files = this.files;
eq.name = this.name;
eq.gav = this.gav;
+ eq.repositories = this.repositories;
+ eq.camelSpringBootVersion = this.camelSpringBootVersion;
Review Comment:
this breaks as the camelSpringBootVersion has been set a bit higher up in
the code to camelVersion
--
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]