Skip to content
Snippets Groups Projects
Commit d607a090 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

change dep

parent c3de872a
No related branches found
No related tags found
1 merge request!806AWS Lambda
......@@ -8,7 +8,7 @@ junitVersion = 5.8.2
micronautVersion = 3.10.1
nodePluginVersion = 3.0.1
nodeVersion = 16.3.0
nshmpLibVersion = 2.0.0
nshmpLibVersion = 1.5.6
nshmpUtilsJavaVersion = 0.4.0
openApiVersion = 4.0.0
shadowVersion = 7.1.2
......
......@@ -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)
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment