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