|
1 | 1 | ## Gradle Artifactory Plugin Examples |
2 | 2 |
|
3 | 3 | ### Overview |
4 | | -The Gradle Artifactory Plugin allows you to deploy your build artifacts and build information to Artifactory also resolve |
5 | | -your build dependencies for Artifactory. |
| 4 | +The Gradle Artifactory Plugin allows you to deploy your build artifacts and build information to Artifactory and also to resolve |
| 5 | +your build dependencies from Artifactory. |
6 | 6 | The Plugin documentation is available [here](https://www.jfrog.com/confluence/display/RTF/Gradle+Artifactory+Plugin) |
7 | 7 | We have included a few sample projects to help you get started using the plugin. |
8 | 8 |
|
9 | 9 | ### Plugin Versions |
10 | 10 | Version 4.0.0 of the Gradle Artifactory Plugin has been recently released. |
11 | | -Before version 4, the plugin included two plugin IDs: *com.jfrog.artifactory-upload* when using Gradle Configurations |
12 | | -and *com.jfrog.artifactory* when using Gradle Publications. |
13 | | -To make it easier to configure the plugin, version 4 has only one plugin ID: *com.jfrog.artifactory* allowing you to use both Configurations and Publication in the same build script. |
| 11 | +In addition to a few enhancements and improvements version 4 also includes the following change. |
| 12 | +Before version 4, the plugin included two plugin IDs: *com.jfrog.artifactory-upload* for the usage of Gradle Configurations |
| 13 | +and *com.jfrog.artifactory* for the usage of Gradle Publications. |
| 14 | +To make it easier to configure the plugin, version 4 has removed the *com.jfrog.artifactory-upload* ID, leaving only one plugin ID: *com.jfrog.artifactory* allowing you to use both Configurations and Publication in the same build script. |
14 | 15 | We therefore split the Gradle examples |
15 | | -into [version 3 examples](https://github.com/jfrogde/project-examples/tree/master/gradle-examples/3) |
16 | | -and [version 4 examples](https://github.com/jfrogde/project-examples/tree/master/gradle-examples/4). |
| 16 | +into [Version 4 Examples](https://github.com/JFrogDev/project-examples/tree/master/gradle-examples/4) |
| 17 | +and [Version 3 Examples](https://github.com/JFrogDev/project-examples/tree/master/gradle-examples/3). |
0 commit comments