Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #101 from novoda/upgrading-bintray-library
Browse files Browse the repository at this point in the history
Upgrading bintray library and gradle wrapper
  • Loading branch information
eduardb authored Nov 4, 2016
2 parents 881ddc1 + 94003a8 commit b7ccc75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven'
dependencies {
compile gradleApi()
compile localGroovy()
compile 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.3.1'
compile 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.2'

testCompile gradleTestKit()
testCompile 'junit:junit:4.12'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class TestBintrayUploadTask {
BuildResult result = runTasksOnBintrayReleasePlugin('-PbintrayUser=U', '-PbintrayKey=K', "bintrayUpload")

assert result.tasks(SUCCESS).collect { it.path } .contains(":core:bintrayUpload")
assert result.getStandardOutput().contains("BUILD SUCCESSFUL")
assert result.getOutput().contains("BUILD SUCCESSFUL")
}

BuildResult runTasksOnBintrayReleasePlugin(String... arguments) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-2.8-all.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-3.1-all.zip

0 comments on commit b7ccc75

Please sign in to comment.