Skip to content

Commit

Permalink
fixed build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhihang Yao committed Jan 19, 2024
1 parent 573d185 commit cfbfbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ subprojects {
}
repositories {
maven {
url 'https://3dcitydb.org/maven'
url project.hasProperty('gitLab_maven_url') ? project.property('gitLab_maven_url') : System.getenv('GITLAB_MAVEN_URL')
name 'gitlab-maven'
credentials(HttpHeaderCredentials) {
name = 'Private-Token'
Expand Down

0 comments on commit cfbfbcb

Please sign in to comment.