File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,14 +98,14 @@ repositories {
9898 def password = System . getenv(" ESCIENCE_MVN_PASSWORD" ) ?: eScienceCloudPassword
9999
100100 maven {
101- url(" https://dev.cloud.sdu.dk/archiva /repository/internal" )
101+ url(" https://archiva. dev.cloud.sdu.dk/repository/internal" )
102102 credentials {
103103 it. username(username)
104104 it. password(password)
105105 }
106106 }
107107 maven {
108- url(" https://dev.cloud.sdu.dk/archiva /repository/snapshots" )
108+ url(" https://archiva. dev.cloud.sdu.dk/repository/snapshots" )
109109 credentials {
110110 it. username(username)
111111 it. password(password)
@@ -120,7 +120,7 @@ publishing {
120120
121121 repositories {
122122 it. maven {
123- def resolvedUrl = " https://dev.cloud.sdu.dk/archiva /repository/"
123+ def resolvedUrl = " https://archiva. dev.cloud.sdu.dk/repository/"
124124 if (project. version. endsWith(" -SNAPSHOT" )) resolvedUrl + = " snapshots"
125125 else resolvedUrl + = " internal"
126126 url(resolvedUrl)
You can’t perform that action at this time.
0 commit comments