Skip to content
Snippets Groups Projects
Commit 46476903 authored by Tucker Gary Siegel's avatar Tucker Gary Siegel
Browse files

f

parent 1f0dc2fd
No related branches found
No related tags found
No related merge requests found
...@@ -52,10 +52,10 @@ publishing { ...@@ -52,10 +52,10 @@ publishing {
} }
repositories { repositories {
maven { maven {
url "https://gitlab.com/api/v4/projects/28471/packages/maven" url "https://gitlab.cs.umd.edu/api/v4/projects/28471/packages/maven"
credentials(HttpHeaderCredentials) { credentials(HttpHeaderCredentials) {
name = "deploy-token" name = "deploy-token"
value = gitlabDeployToken // the token is stored in ~/.gradle/gradle.properties value = gitlabDeployToken
} }
authentication { authentication {
header(HttpHeaderAuthentication) 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