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 8423294 commit 7107d6dCopy full SHA for 7107d6d
1 file changed
build.gradle
@@ -348,7 +348,8 @@ if (hasSonatypeCredentials()) {
348
349
doLast {
350
def connection = new URL('https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/'
351
- + project.ext.mavenCentralNamespace + '?publishing_type=automatic').openConnection() as HttpURLConnection
+ + rootProject.ext.mavenCentralNamespace + '?publishing_type=automatic')
352
+ .openConnection() as HttpURLConnection
353
try {
354
connection.with {
355
requestMethod = 'POST'
0 commit comments