Version 6 is now available.
JFrog is announcing the release of Version 6 for the Gradle Artifactory Plugin. This major release marks a significant milestone, introducing support for Gradle version 9. The code and documentation for Version 6 of the plugin are available at https://github.com/jfrog/artifactory-gradle-plugin
Note:
For Gradle version 6.9 through 8 (inclusive), use version 5.
For Gradle 9, use version 6
Version 6 includes the following breaking changes:
The minimum Java version required is 17.
The minimum supported Gradle version has been increased to 8.
Gradle Artifactory Plugin Version 5
This major release marks a significant milestone by completely rewriting the plugin code from Groovy to Java. The primary goal of this rewrite was to address several fundamental issues that existed in the previous versions, while also enabling the incorporation of additional functionality that was proving to be extremely challenging with Version 4. The code and documentation for Version 5 of the plugin can now be found at https://github.com/jfrog/artifactory-gradle-plugin.
For more information, see the Version 5 documentation here.
Version 5 includes the following breaking changes:
The minimum supported Gradle version has been increased to 6.9. Consequently, the legacy archive configurations are no longer supported.
The 'parent' closure in the 'artifactory' convention is no longer compatible or supported.
Examples: Project examples which use the Gradle Artifactory Plugin are available here.