Sandeep
02/27/2025, 6:25 PMmaven {
url "${System.env.ARTIFACTORY_URL}/${System.env.MAVEN_REPOSITORY}"
credentials(HttpHeaderCredentials) {
name = "Authorization"
value = "Bearer ${System.env.ARTIFACTORY_TOKEN}"
}
authentication {
header(HttpHeaderAuthentication)
}
}
when I try to reload it getting HttpHeaderAuthentication not supported but using terminal when i do ./gradlew build its downloading all the dependencies