Skip to content

Commit 87d7f12

Browse files
authored
Avoid maintaining version in multiple locations. Let users read the Bintray badge.
1 parent 23243d1 commit 87d7f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To apply the plugin, please add one of the following snippets to your `build.gra
1616
###### Gradle >= 2.1
1717
```groovy
1818
plugins {
19-
id "com.jfrog.bintray" version "1.7.3"
19+
id "com.jfrog.bintray" version "$gradleBintrayPluginVersion"
2020
}
2121
```
2222
* Currently the "plugins" notation cannot be used for applying the plugin for sub projects, when used from the root build script.
@@ -28,7 +28,7 @@ buildscript {
2828
jcenter()
2929
}
3030
dependencies {
31-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
31+
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:$gradleBintrayPluginVersion"
3232
}
3333
}
3434
apply plugin: 'com.jfrog.bintray'

0 commit comments

Comments
 (0)