Skip to content

Commit cfbfbcb

Browse files
author
Zhihang Yao
committed
fixed build.gradle
1 parent 573d185 commit cfbfbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ subprojects {
104104
}
105105
repositories {
106106
maven {
107-
url 'https://3dcitydb.org/maven'
107+
url project.hasProperty('gitLab_maven_url') ? project.property('gitLab_maven_url') : System.getenv('GITLAB_MAVEN_URL')
108108
name 'gitlab-maven'
109109
credentials(HttpHeaderCredentials) {
110110
name = 'Private-Token'

0 commit comments

Comments
 (0)