mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
quick fix
This commit is contained in:
parent
4e0a6aa76e
commit
051e40477f
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ publishing {
|
||||||
maven {
|
maven {
|
||||||
// def releasesRepoUrl = layout.buildDirectory.dir("http://localhost:8079/repository/maven-releases/")
|
// def releasesRepoUrl = layout.buildDirectory.dir("http://localhost:8079/repository/maven-releases/")
|
||||||
// def snapshotsRepoUrl = layout.buildDirectory.dir("http://localhost:8079/repository/maven-snapshots/")
|
// def snapshotsRepoUrl = layout.buildDirectory.dir("http://localhost:8079/repository/maven-snapshots/")
|
||||||
url = "http://localhost:8079/repository/maven-snapshots/"
|
url = "http://localhost:8079/repository/maven-releases/"
|
||||||
allowInsecureProtocol=true
|
allowInsecureProtocol=true
|
||||||
credentials {
|
credentials {
|
||||||
username 'admin'
|
username 'admin'
|
||||||
|
|
Loading…
Reference in a new issue