Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
fix: upgrade bintray plugin to fix upload issue (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
melanahammel authored May 20, 2020
1 parent 93de8d6 commit edc1c38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

version=7.0.0
version=7.0.1
groupId=com.nike
artifactId=cerberus-archaius-client

Expand Down
2 changes: 1 addition & 1 deletion gradle/buildscript.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

dependencies {
classpath "net.saliman:gradle-cobertura-plugin:2.3.0"
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.6.3'
classpath "com.diffplug.spotless:spotless-plugin-gradle:3.30.0"
}

0 comments on commit edc1c38

Please sign in to comment.