Skip to content

Commit e51f14f

Browse files
Luciano Balmacedalbalmaceda
authored andcommitted
update oss plugin and gradle versions
1 parent c075dd8 commit e51f14f

5 files changed

Lines changed: 24 additions & 22 deletions

File tree

build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
group = 'com.auth0'
22

3-
apply plugin: 'com.auth0.gradle.oss-library.java'
4-
apply plugin: 'jacoco'
3+
apply plugin: "com.jfrog.bintray"
4+
apply plugin: "com.auth0.gradle.oss-library.java"
5+
apply plugin: "jacoco"
56

67
logger.lifecycle("Using version ${version} for ${name}")
78

@@ -42,8 +43,8 @@ buildscript {
4243
}
4344
}
4445
dependencies {
45-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
46-
classpath "gradle.plugin.com.auth0.gradle:oss-library:0.6.0"
46+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
47+
classpath "gradle.plugin.com.auth0.gradle:oss-library:0.9.0"
4748
}
4849
}
4950

@@ -60,7 +61,7 @@ test {
6061

6162
dependencies {
6263
compile 'com.squareup.okhttp3:okhttp:3.6.0'
63-
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.7'
64+
compile 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
6465

6566
testCompile 'org.mockito:mockito-core:2.5.4'
6667
testCompile 'com.squareup.okhttp3:mockwebserver:3.6.0'

gradle/wrapper/gradle-wrapper.jar

2.56 KB
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Tue Jan 03 13:42:16 ART 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-all.zip

gradlew

Lines changed: 17 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)