File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ subprojects {
1616nexusPublishing {
1717 repositories {
1818 sonatype{
19+ stagingProfileId. set(MAVEN_GROUP_ID )
1920 nexusUrl. set(uri(' https://ossrh-staging-api.central.sonatype.com/service/local/' ))
2021 snapshotRepositoryUrl. set(uri(' https://central.sonatype.com/repository/maven-snapshots/' ))
2122 username. set(System . getenv(" MAVEN_USERNAME" ))
Original file line number Diff line number Diff line change 11GROUP =com.auth0.universalcomponents
22POM_ARTIFACT_ID =universal-components
3+ MAVEN_GROUP_ID = com.auth0
34
45POM_NAME =universal-components-android
56POM_DESCRIPTION =Android SDK for Auth0 Universal Components
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ publishing {
2222 artifactId = POM_ARTIFACT_ID
2323 version = getVersionName()
2424
25- artifact(" ${ layout.buildDirectory} /outputs/aar/${ project.getName()} -release.aar" )
25+ artifact(" ${ layout.buildDirectory.get() } /outputs/aar/${ project.getName()} -release.aar" )
2626 artifact sourcesJar
2727 artifact javadocJar
2828
You can’t perform that action at this time.
0 commit comments