mirror of
https://github.com/InsanusMokrassar/KotlinPublicationScriptsBuilder.git
synced 2025-09-05 07:59:19 +00:00
hotfix for header authorization
This commit is contained in:
@@ -86,6 +86,10 @@ return """
|
||||
name = "$headerName"
|
||||
value = project.hasProperty('${headerValueProperty}') ? project.property('${headerValueProperty}') : System.getenv('${headerValueProperty}')
|
||||
}
|
||||
|
||||
authentication {
|
||||
header(HttpHeaderAuthentication)
|
||||
}
|
||||
"""
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user