Skip to content
Snippets Groups Projects

AWS Lambda

Compare and Show latest version
2 files
+ 1
18
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
17
@@ -5,21 +5,4 @@ repositories {
url "https://code.usgs.gov/api/v4/groups/1352/-/packages/maven"
name "NSHMP GitLab Group"
}
maven {
url 'https://code.usgs.gov/api/v4/projects/7055/packages/maven'
name = "GitLab"
credentials(HttpHeaderCredentials) {
if (System.getenv("GITLAB_TOKEN")) {
name = 'Private-Token'
value = System.getenv("GITLAB_TOKEN")
} else {
name = 'Job-Token'
value = System.getenv("CI_JOB_TOKEN")
}
}
authentication {
header(HttpHeaderAuthentication)
}
}
}
Loading