diff --git a/build.gradle b/build.gradle index f9059e4..a8d76dd 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ publishing { value = "Bearer ${ findProperty('SONATYPE_TOKEN') as String }" } authentication { - create("header") + header(HttpHeaderAuthentication) } } }