-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update io.spring.dependency-management plugin version #48614
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
The old version 1.0.11.RELEASE uses a deprecated class org.gradle.api.tasks.Upload which is removed in Gradle 9.0
Status for workflow
|
Sorry about that. I will try the first version (1.0.13.RELEASE) in which |
No problem, the real issue is why our CI didn't catch the problem when you opened the PR |
We enabled it for our Gradle tests but since then we have merged several PRs that were failing. The last occurrence is this PR: - quarkusio#48614 And it caused failures as in: - quarkusio#48627 (comment)
My bad. The version should've been:
instead of:
|
We enabled it for our Gradle tests but since then we have merged several PRs that were failing. The last occurrence is this PR: - quarkusio#48614 And it caused failures as in: - quarkusio#48627 (comment) (cherry picked from commit b4ce66a)
The old version 1.0.11.RELEASE uses a deprecated class
org.gradle.api.tasks.Upload
which will removed in Gradle 9.0.