You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building on Gradle 8.2 I get the following warning
The Project.getConvention() method has been deprecated. This is scheduled to be removed in Gradle 9.0. Consult the upgrading guide for further information: https://docs.gradle.org/8.2.1/userguide/upgrading_version_8.html#deprecated_access_to_conventions
at org.gradle.api.internal.project.DefaultProject.getConvention(DefaultProject.java:593)
at org.jfrog.gradle.plugin.artifactory.utils.ConventionUtils.getOrCreateArtifactoryConvention(ConventionUtils.java:28)
at org.jfrog.gradle.plugin.artifactory.ArtifactoryPlugin.apply(ArtifactoryPlugin.java:27)
at org.jfrog.gradle.plugin.artifactory.ArtifactoryPlugin.apply(ArtifactoryPlugin.java:17)
at org.gradle.api.internal.plugins.ImperativeOnlyPluginTarget.applyImperative(ImperativeOnlyPluginTarget.java:43)
Project.getConvention() is deprecated for removal in Gradle 9.0
Current behavior
The Artifactory plugin in version 5.0.3 emits warnings about using deprecated Gradle features.
Reproduction steps
No response
Expected behavior
No response
Artifactory Gradle plugin version
5.0.3
Operating system type and version
MacOS aarch64
JFrog Artifactory version
N/A
Gradle version
8.2.1
The text was updated successfully, but these errors were encountered:
@ghost@bmuschko
Version 5.1.10 of the Gradle Artifactory plugin has just been released. In this release, we've made the transition from Gradle conventions to extensions. If you'd like to, please consider upgrading, and we'd love to hear your feedback on this update.
Describe the bug
When building on Gradle 8.2 I get the following warning
Project.getConvention()
is deprecated for removal in Gradle 9.0Current behavior
The Artifactory plugin in version 5.0.3 emits warnings about using deprecated Gradle features.
Reproduction steps
No response
Expected behavior
No response
Artifactory Gradle plugin version
5.0.3
Operating system type and version
MacOS aarch64
JFrog Artifactory version
N/A
Gradle version
8.2.1
The text was updated successfully, but these errors were encountered: