analyzer.3.14.source-code.gme-repos.gradle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of analyzer Show documentation
Show all versions of analyzer Show documentation
A tool to work with ProjectNCL to manipulate Gradle builds.
// This check ensures that if we are running outside of PNC so we don't get
// problems with adding an empty URL.
if (System.getenv("AProxDependencyUrl") != null) {
repositories {
maven {
name "indy-mvn"
url System.getenv("AProxDependencyUrl")
credentials(HttpHeaderCredentials) {
name = "Authorization"
value = "Bearer " + System.getenv('accessToken')
}
authentication { header(HttpHeaderAuthentication) }
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy