Update maven publish location
This commit is contained in:
parent
c8529f218e
commit
11d883c0ef
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ publishing {
|
||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
url = "https://maven.zontreck.dev/repository/internal"
|
url = "https://maven.zontreck.dev/repository/zontreck"
|
||||||
name = "ariascreations"
|
name = "ariascreations"
|
||||||
if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) {
|
if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) {
|
||||||
credentials {
|
credentials {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue