Use header auth
Build & Release / release-library (push) Failing after 1m41s Details

This commit is contained in:
John Ahlroos 2024-11-04 18:31:23 +01:00
parent 018682fcea
commit 306ba1f81c
Signed by: john
GPG Key ID: 258D0F70DB84CD5D
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ publishing {
value = "Bearer ${ findProperty('SONATYPE_TOKEN') as String }"
}
authentication {
create("header")
header(HttpHeaderAuthentication)
}
}
}