Skip to content

Commit d783289

Browse files
committed
Update auth via ossrhToken.
1 parent dd4b899 commit d783289

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ nexusPublishing {
103103
sonatype {
104104
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
105105
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
106+
username = findProperty("ossrhToken") as String
107+
password = findProperty("ossrhTokenPassword") as String
106108
}
107109
}
108110
}

0 commit comments

Comments
 (0)