We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573d185 commit cfbfbcbCopy full SHA for cfbfbcb
build.gradle
@@ -104,7 +104,7 @@ subprojects {
104
}
105
repositories {
106
maven {
107
- url 'https://3dcitydb.org/maven'
+ url project.hasProperty('gitLab_maven_url') ? project.property('gitLab_maven_url') : System.getenv('GITLAB_MAVEN_URL')
108
name 'gitlab-maven'
109
credentials(HttpHeaderCredentials) {
110
name = 'Private-Token'
0 commit comments