-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.12.1 - InvalidPathException quarkus-rest-kotlin Configuration.lockfile #41818
Comments
/cc @geoand (kotlin), @radcortez (config) |
Issue still exists with |
Please attach a sample project that we can use to reproduce the problem |
@geoand Is there anything you can identify from the stacktrace? Or anything I can look into or try? It's not going to be easy to pull out a reproducer from our monorepo. Also where could I find this mythical |
Nothing stands out. This could be a Gradle bug or a Quarkus Gradle plugin bug but it's hard to know withoug being able to debug. Maybe @aloubyansky has more ideas. |
I think this change is what uncovered this #41329. quarkus-rest-kotlin is one of the few conditional dependencies and that is where the stacktrace is originating. That change updates the configuration name to include multiple |
Describe the bug
I am attempting to update my repository from Quarkus
3.12.0
to3.12.1
but I now get an exception in every project at build time:InvalidPathException: Illegal char <:> at index 10: io.quarkus:quarkus-rest-kotlin:3.12.1Configuration.lockfile
. See full stacktrace below.I made no other changes besides the version and version
3.12.0
works perfectly fine.Expected behavior
Successful build
Actual behavior
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
JDK 17
Quarkus version or git rev
3.12.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle 8.8
Additional information
No response
The text was updated successfully, but these errors were encountered: