mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-26 12:22:48 +00:00
Remove dependence on Nexus in build.gradle file
Signed-off-by: Mihailo <mmarcetic@griddynamcis.com>
This commit is contained in:
parent
89511d3b42
commit
ceb2bc79db
1 changed files with 0 additions and 4 deletions
|
@ -28,10 +28,6 @@ java {
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
|
||||||
url 'http://localhost:8081/repository/maven-central/'
|
|
||||||
allowInsecureProtocol = true
|
|
||||||
}
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue