Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
JFrog
com.jfrog.artifactory
PluginId
Author
com.jfrog.artifactory
Owner: JFrog
JFrog Gradle plugin for Build Info extraction and Artifactory publishing
Version 5.1.12
5.1.12
Created 12 December 2023.
JFrog Gradle plugin publishes artifacts to Artifactory and handles the collection and publishing of Build Info.
Other versions
- 5.2.5
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.14
- 5.1.13
- 5.1.11
- 5.1.10
- 5.1.9
- 5.1.8
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.3
- 4.33.1
- 4.32.0
- 4.31.9
- 4.31.8
- 4.31.7
- 4.31.6
- 4.31.5
- 4.31.4
- 4.31.3
- 4.31.1
- 4.31.0
- 4.30.1
- 4.30.0
- 4.29.4
- 4.29.3
- 4.29.2
- 4.29.1
- 4.29.0
- 4.28.4
- 4.28.3
- 4.28.2
- 4.28.1
- 4.28.0
- 4.27.1
- 4.27.0
- 4.26.3
- 4.26.2
- 4.26.1
- 4.26.0
- 4.25.5
- 4.25.4
- 4.25.3
- 4.25.2
- 4.25.1
- 4.25.0
- 4.24.23
- 4.24.21
- 4.24.20
- 4.24.19
- 4.24.18
- 4.24.16
- 4.24.15
- 4.24.14
- 4.24.12
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.3
- 4.18.2
- 4.18.1
- 4.18.0
- 4.17.2
- 4.17.1
- 4.17.0
- 4.16.1
- 4.16.0
- 4.15.2
- 4.15.1
- 4.14.1
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.10
- 4.9.9
- 4.9.8
- 4.9.7
- 4.9.6
- 4.9.5
- 4.9.4
- 4.9.3
- 4.9.2
- 4.9.1
- 4.9.0
- 4.8.1
- 4.7.5
- 4.7.4
- 4.7.3
- 4.7.2
- 4.7.1
- 4.7.0
- 4.6.2
- 4.6.1
- 4.6.0
- 4.5.4
- 4.5.2
- 4.5.1
- 4.4.18
- 4.4.17
- 4.4.16
- 4.4.15
- 4.4.14
- 4.4.13
- 4.4.12
- 4.4.10
- 4.4.9
- 4.4.8
- 4.4.7
- 4.4.6
- 4.4.5
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.0
- 3.2.0
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.2.5
Add this plugin to your build using the plugins DSL:
plugins {
id("com.jfrog.artifactory") version "5.1.12"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("com.jfrog.artifactory:com.jfrog.artifactory.gradle.plugin:5.1.12") }
It can then be applied in the precompiled script plugin:plugins { id("com.jfrog.artifactory") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.jfrog.artifactory:com.jfrog.artifactory.gradle.plugin:5.1.12") } } apply(plugin = "com.jfrog.artifactory")
- Applying plugins to all subprojects .