-
Notifications
You must be signed in to change notification settings - Fork 160
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
ConfigureUtil deprecation reported on Gradle 7.6+ #708
Comments
Is it really a bug on gradle side ? They deprecated a class and provided a replacement. |
Hey @bwmeier & @ErwanLeroux, We're on it and actively working to fix it. You can check out our progress at this link: jfrog/artifactory-gradle-plugin#72 We'll keep you in the loop with updates. |
Thank you for the update ! |
@ErwanLeroux @bwmeier |
@yahavi Hello, I don't see deprecation warning anymore when using the 5.1.10 version, thank you ! |
Describe the bug
ConfigureUtil has been deprecated and will be removed in Gradle 9.0. This deprecation warning is reported when running the plugin in Gradle 7.6+. See the groovy doc for ConfigureUtil at https://docs.gradle.org/7.6/javadoc/org/gradle/util/ConfigureUtil.html for the deprecation information and a way to code the plugin to resolve the issue.
To Reproduce
Execute a build containing the plugin in Gradle 7.6 or greater with
--warning-mode all
.Expected behavior
The plugin configures and executes without deprecation warnings.
Stack Trace
Versions
The text was updated successfully, but these errors were encountered: