1

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

This commit is contained in:
2024-11-04 18:31:23 +01:00
parent 018682fcea
commit 306ba1f81c

View File

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