jfrog / jenkins-artifactory-plugin

Jenkins artifactory plugin
http://jenkins-ci.org/
115 stars 186 forks source link

Support Gradle version catalog, configuration cache and lazy tasks #882

Closed yahavi closed 9 months ago

yahavi commented 11 months ago

🚨 Breaking change - Running Gradle builds without the usesPlugin: true option now requires Gradle 6.8.1 and above.

Use Gradle Artifactory plugin v5 when running Gradle builds. This allows the Gradle build to enjoy the following benefits:

  1. Faster builds with Lazy tasks
  2. Support downloading from Artifactory when using Version Catalog
  3. Support Configuration Cache.

You can find further information about Gradle Artifactory plugin version 5 in the specialized repository located at https://github.com/jfrog/artifactory-gradle-plugin.