We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5259e0b commit fd6cf6cCopy full SHA for fd6cf6c
1 file changed
build.gradle.kts
@@ -10,6 +10,9 @@ allprojects {
10
nexusPublishing {
11
repositories {
12
sonatype {
13
+ nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
14
+ snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
15
+
16
username.set(System.getenv("SONATYPE_USERNAME"))
17
password.set(System.getenv("SONATYPE_PASSWORD"))
18
}
0 commit comments