Skip to content

Commit

Permalink
Fix scm-manager maven repo url (naver#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
imbyungjun authored Sep 28, 2022
1 parent 700eb9f commit a42d46f
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 @@ -51,7 +51,7 @@ subprojects {
repositories {
mavenCentral()
maven { url "https://repo.springsource.org/release" }
maven { url "https://maven.scm-manager.org/nexus/content/repositories/releases" }
maven { url "https://packages.scm-manager.org/repository/releases" }
}

test {
Expand Down

0 comments on commit a42d46f

Please sign in to comment.