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 9e724af commit 5f5a266Copy full SHA for 5f5a266
gradle/scripts/deploy.gradle
@@ -18,6 +18,9 @@ tasks.register('stagingAtMavenCentralPortal') {
18
'https://ossrh-staging-api.central.sonatype.com/manual/search/repositories'
19
}.getStandardOutput().getAsText().get()
20
21
+ println("repositoryString")
22
+ println(repositoryString)
23
+
24
def repositoryGroovy = new groovy.json.JsonSlurper().parseText(repositoryString)
25
26
println("repositoryGroovy")
0 commit comments