Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To apply the plugin, please add one of the following snippets to your `build.gra
###### Gradle >= 2.1
```groovy
plugins {
id "com.jfrog.bintray" version "1.+"
id "com.jfrog.bintray" version "$gradleBintrayPluginVersion"
}
```
* Currently the "plugins" notation cannot be used for applying the plugin for sub projects, when used from the root build script.
Expand All @@ -43,7 +43,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.+'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:$gradleBintrayPluginVersion"
}
}
apply plugin: 'com.jfrog.bintray'
Expand Down