-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix group and version space assignment in Gradle #48484
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
Conversation
As of Gradle 8.12 space assignments have been deprecated, it will be removed with Gradle 10.0.
cf14454
to
a9c6562
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! Let's see what CI has to say!
Status for workflow
|
@gsmet in my Actions overview "JVM Integration Tests - JDK 17" failed but it is hard to find the error. https://github.com/cwansart/quarkus/actions/runs/15854417558/job/44697201764 |
@cwansart when in your fork, once the build has finished, the build will post a summary. For instance here: https://github.com/cwansart/quarkus/actions/runs/15854417558#summary-44711320939 . |
As of Gradle 8.12 space assignments have been deprecated, it will be removed with Gradle 10.0.
See:
This will fix the space assignment deprecation warnings
of #47923
I tested it successfully on my local machine with
java -jar C:\src\quarkus\devtools\cli\target\quarkus-cli-999-SNAPSHOT-runner.jar create app my-groupId:my-artifactId --extensions=rest --gradle