Skip to content

Commit 4792fc1

Browse files
committed
Update README.md
1 parent d6728d8 commit 4792fc1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

gradle-examples/README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
## Gradle Artifactory Plugin Examples
22

33
### 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.
66
The Plugin documentation is available [here](https://www.jfrog.com/confluence/display/RTF/Gradle+Artifactory+Plugin)
77
We have included a few sample projects to help you get started using the plugin.
88

99
### Plugin Versions
1010
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.
1415
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

Comments
 (0)