Use header auth with Sonatype central
Build & Release / release-library (push) Failing after 1m53s Details

This commit is contained in:
John Ahlroos 2024-11-04 20:27:58 +01:00
parent 306ba1f81c
commit 21c8543ea4
Signed by: john
GPG Key ID: 258D0F70DB84CD5D
2 changed files with 2 additions and 2 deletions

View File

@ -39,4 +39,4 @@ jobs:
- name: Run tests
run: ./gradlew --info --stacktrace test
- name: Upload to Maven Central
run: ./gradlew --info --stacktrace publish
run: ./gradlew --debug publish

View File

@ -41,7 +41,7 @@ publishing {
repositories {
maven {
name = "sonatype"
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
url = uri("https://central.sonatype.com/api/v1/publisher/upload")
credentials(HttpHeaderCredentials) {
name = "Authorization"
value = "Bearer ${ findProperty('SONATYPE_TOKEN') as String }"