Skip to content

Commit

Permalink
Use versions.gralde for new bintray plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
BraneRi committed May 12, 2020
1 parent d8941f0 commit ac4d2b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion retromock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
dependencies {
classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.10'
classpath deps.kotlin.gradlePlugin
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath deps.bintray.gradlePlugin
}
}

Expand Down
6 changes: 5 additions & 1 deletion retromock/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
"assertj" : "3.8.0",
"mockito" : "2.23.0",
"kotlin" : "1.3.72",
"bintray" : "1.8.5",
"coroutines" : "1.3.6",
"google" : [
"annotations": "3.0.1"
Expand All @@ -32,7 +33,10 @@ buildscript {
"test" : "org.jetbrains.kotlin:kotlin-test:${versions.kotlin}",
"coroutines" : "org.jetbrains.kotlinx:kotlinx-coroutines-core:${versions.coroutines}",
"gradlePlugin" : "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
]
],
"bintray" : [
"gradlePlugin": "com.jfrog.bintray.gradle:gradle-bintray-plugin:${versions.bintray}"
],
]

}

0 comments on commit ac4d2b8

Please sign in to comment.