Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
nexusPublishing {
repositories {
sonatype {
stagingProfileId.set(MAVEN_GROUP_ID)
nexusUrl.set(uri('https://ossrh-staging-api.central.sonatype.com/service/local/'))
username.set(System.getenv("MAVEN_USERNAME"))
password.set(System.getenv("MAVEN_PASSWORD"))
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ android.useAndroidX=true

# Maven publishing / POM metadata
GROUP=com.auth0.android
# Sonatype staging profile namespace (parent profile covering all com.auth0.* artifacts)
MAVEN_GROUP_ID=com.auth0
POM_ARTIFACT_ID=jwtdecode

POM_NAME=JWTDecode.Android
Expand Down
Loading