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

update publish path

parent 0eb7c232
No related branches found
No related tags found
1 merge request!38Maven Publish
......@@ -11,7 +11,7 @@ publishing {
repositories {
maven {
url "https://code.usgs.gov/api/v4/groups/160/-/packages/maven"
url "https://code.usgs.gov/api/v4/projects/3339/packages/maven"
name = "GitLab"
credentials(HttpHeaderCredentials) {
name = 'Job-Token'
......@@ -33,7 +33,7 @@ repositories {
maven {
url "https://code.usgs.gov/api/v4/groups/160/-/packages/maven"
name "nshmp-lib"
name "GitLab"
if (System.getenv('CI_JOB_TOKEN')) {
credentials(HttpHeaderCredentials) {
name = 'Job-Token'
......
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