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 b25170e commit e4396efCopy full SHA for e4396ef
build.gradle
@@ -97,6 +97,8 @@ if (isMerge || isRelease) {
97
nexusPublishing {
98
repositories {
99
sonatype {
100
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
101
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
102
username = System.getenv('OSSRH_USERNAME')
103
password = System.getenv('OSSRH_PASSWORD')
104
}
0 commit comments