diff --git a/build.gradle b/build.gradle index 15b15cd0..6eaae3e7 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ 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 { @@ -10,7 +10,7 @@ repositories { } group = 'com.auth0' -logger.lifecycle("Using version ${version} for ${name}") +logger.lifecycle("Using version ${version} for ${name} group $group") oss { name 'auth0' @@ -52,7 +52,7 @@ compileJava { compileTestJava { options.compilerArgs << "-Xlint:deprecation" << "-Werror" - } +} test { testLogging { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 14e30f74..1f3fdbc5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 diff --git a/settings.gradle b/settings.gradle index 8df1014f..36e33bdd 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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' \ No newline at end of file +rootProject.name = 'auth0'