Skip to content

Commit 5f5a266

Browse files
debugging 1
1 parent 9e724af commit 5f5a266

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gradle/scripts/deploy.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ tasks.register('stagingAtMavenCentralPortal') {
1818
'https://ossrh-staging-api.central.sonatype.com/manual/search/repositories'
1919
}.getStandardOutput().getAsText().get()
2020

21+
println("repositoryString")
22+
println(repositoryString)
23+
2124
def repositoryGroovy = new groovy.json.JsonSlurper().parseText(repositoryString)
2225

2326
println("repositoryGroovy")

0 commit comments

Comments
 (0)