Skip to content

Commit dc076ba

Browse files
committed
Fix library metadata for bintray
1 parent 1aebc9c commit dc076ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ apply plugin: 'jacoco'
44
logger.lifecycle("Using version ${version} for ${name}")
55

66
oss {
7-
name 'Auth0-Java'
8-
repository 'Auth0-Java'
7+
name 'auth0'
8+
repository 'auth0-java'
99
organization 'auth0'
1010
description 'Java client library for the Auth0 platform.'
1111

@@ -33,7 +33,7 @@ buildscript {
3333
}
3434
}
3535
dependencies {
36-
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
36+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
3737
classpath "gradle.plugin.com.auth0.gradle:oss-library:0.6.0"
3838
}
3939
}

0 commit comments

Comments
 (0)