Skip to content

Commit

Permalink
Merge pull request #322 from jsalinaspolo/fix-publishing
Browse files Browse the repository at this point in the history
Fix publishing
  • Loading branch information
jimmyjames committed Nov 18, 2020
2 parents c323f88 + 6316c16 commit b0f3ac0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ plugins {
id 'java'
id 'jacoco'
id 'com.auth0.gradle.oss-library.java'
id "com.jfrog.bintray" version "1.8.4"
id "com.jfrog.bintray" version "1.8.5"
}

repositories {
jcenter()
}

group = 'com.auth0'
logger.lifecycle("Using version ${version} for ${name}")
logger.lifecycle("Using version ${version} for ${name} group $group")

oss {
name 'auth0'
Expand Down Expand Up @@ -52,7 +52,7 @@ compileJava {

compileTestJava {
options.compilerArgs << "-Xlint:deprecation" << "-Werror"
}
}

test {
testLogging {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pluginManagement {
}
}
plugins {
id 'com.auth0.gradle.oss-library.java' version '0.9.0'
id 'com.auth0.gradle.oss-library.java' version '0.13.0'
}
}

rootProject.name = 'auth0'
rootProject.name = 'auth0'

0 comments on commit b0f3ac0

Please sign in to comment.