quick fix

This commit is contained in:
GasparAM 2023-04-10 17:35:05 +04:00
parent 4e0a6aa76e
commit 051e40477f

View file

@ -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'