Alexey Loubyansky
Alexey Loubyansky
@dearrudam could you please check once again your CI and confirm whether the value of `-s` is an absolute or a relative path? Thanks a lot.
Thanks @dearrudam. That is really puzzling. I don't understand how it could fail to resolve an absolute path. Does it contain whitespaces? The only other possibility to fail here is...
@aaronrebak would you like to contribute a fix? Thanks for all the efforts debugging the issue!
Fixed by https://github.com/quarkusio/quarkus/pull/28624 Thanks @aaronrebak!
It appears https://github.com/quarkusio/quarkus/commit/827f778c9ab71478b19ce230ac5a5265bfdba592 has introduced a regression and that we don't have a sufficient test coverage for this use-case. @AdlerFleurant or @glefloch would one of you like to dig into...
Hello, sorry, I noticed this issue too late. As you probably noticed, we don't use github for issue tracking or discussions. Galleon issue track is https://issues.jboss.org/projects/GAL/issues And for discussions we...
> I could potentially print this once unit tests has completed (it would probably a better time for it), but couldn't see how to adjust a mojo to do such...
@vemilyus all the dependency related config, such as exclusions, is still in the POM, which Gradle knows how to handle, generally. `quarkus-extension.properties` only points to the corresponding deployment artifact of...
I don't see `setCanBeResolved(true)` calls in our code, there must be something else triggering these.
Glamorous :)