Skip to content

Commit dbb3573

Browse files
committed
Avoid maintaining version in multiple locations.
+ Let users read the Bintray badge.
1 parent 67718c3 commit dbb3573

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
@@ -31,7 +31,7 @@ To apply the plugin, please add one of the following snippets to your `build.gra
3131
###### Gradle >= 2.1
3232
```groovy
3333
plugins {
34-
id "com.jfrog.bintray" version "1.+"
34+
id "com.jfrog.bintray" version "$gradleBintrayPluginVersion"
3535
}
3636
```
3737
* Currently the "plugins" notation cannot be used for applying the plugin for sub projects, when used from the root build script.
@@ -43,7 +43,7 @@ buildscript {
4343
jcenter()
4444
}
4545
dependencies {
46-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
46+
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:$gradleBintrayPluginVersion"
4747
}
4848
}
4949
apply plugin: 'com.jfrog.bintray'

0 commit comments

Comments
 (0)