We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e4c26 commit b9b9ed2Copy full SHA for b9b9ed2
build.gradle.kts
@@ -94,6 +94,9 @@ tasks.register("publishToMavenCentral") {
94
"-c",
95
"curl --request POST --verbose --header 'Authorization: Bearer ${System.getenv("MAVEN_USER_TOKEN")}' --form [email protected] https://central.sonatype.com/api/v1/publisher/upload"
96
)
97
+ standardOutput = System.out
98
+ errorOutput = System.err
99
+ isIgnoreExitValue = false
100
}
101
102
0 commit comments