File tree Expand file tree Collapse file tree 2 files changed +15
-16
lines changed
Expand file tree Collapse file tree 2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 1-
2- // plugins {
3- // id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
4- // }
1+ plugins {
2+ id ' io.github.gradle-nexus.publish-plugin' version ' 1.3.0'
3+ }
54
65allprojects {
76 group = ' com.auth0'
@@ -10,14 +9,14 @@ allprojects {
109 mavenCentral()
1110 }
1211}
13- //
14- // nexusPublishing {
15- // repositories {
16- // sonatype {
17- // nexusUrl.set( uri('https://ossrh-staging-api.central.sonatype.com/service/local/') )
18- // snapshotRepositoryUrl.set( uri('https://central.sonatype.com/repository/maven-snapshots/') )
19- // username.set( System.getenv("MAVEN_USERNAME") )
20- // password.set( System.getenv("MAVEN_PASSWORD") )
21- // }
22- // }
23- // }
12+
13+ nexusPublishing {
14+ repositories {
15+ sonatype {
16+ nexusUrl = uri(' https://ossrh-staging-api.central.sonatype.com/service/local/' )
17+ snapshotRepositoryUrl = uri(' https://central.sonatype.com/repository/maven-snapshots/' )
18+ username = System . getenv(" MAVEN_USERNAME" )
19+ password = System . getenv(" MAVEN_PASSWORD" )
20+ }
21+ }
22+ }
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9.2 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments