We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aebc9c commit dc076baCopy full SHA for dc076ba
1 file changed
build.gradle
@@ -4,8 +4,8 @@ apply plugin: 'jacoco'
4
logger.lifecycle("Using version ${version} for ${name}")
5
6
oss {
7
- name 'Auth0-Java'
8
- repository 'Auth0-Java'
+ name 'auth0'
+ repository 'auth0-java'
9
organization 'auth0'
10
description 'Java client library for the Auth0 platform.'
11
@@ -33,7 +33,7 @@ buildscript {
33
}
34
35
dependencies {
36
- classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
+ classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
37
classpath "gradle.plugin.com.auth0.gradle:oss-library:0.6.0"
38
39
0 commit comments