mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05: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 {
|
||||
// def releasesRepoUrl = layout.buildDirectory.dir("http://localhost:8079/repository/maven-releases/")
|
||||
// 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
|
||||
credentials {
|
||||
username 'admin'
|
||||
|
|
Loading…
Reference in a new issue