File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ allprojects {
3737 }
3838}
3939
40- tasks. register(" publishToMavenCentral " , Exec ) {
41- // subprojects.each { dependsOn("${it.name}:publish") }
40+ tasks. register(" publish " , Exec ) {
41+ subprojects. each { dependsOn(" ${ it.name} :publish" ) }
4242 group = " Publishing"
4343 description = " Publishes all publications in this project " +
4444 " and announces publication to central.sonatype.com."
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ # set -x
23token=$1
3- echo " Posting new deployment to ossrh-staging. api.central"
4+ echo " Posting new deployment to ossrh-staging- api.central"
45curl -X ' POST' \
56 ' https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/net.jqwik' \
67 -H ' accept: application/json' \
7- -H ' Authorization: $token'
8+ -H " Authorization: Bearer $token "
You can’t perform that action at this time.
0 commit comments