9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-27 10:59:23 +00:00

Moved to repo.auxilor.io

This commit is contained in:
Auxilor
2023-03-29 13:48:28 +01:00
parent 120c0d17cb
commit d4effa1cb9
8 changed files with 54 additions and 50 deletions

View File

@@ -16,6 +16,19 @@ publishing {
artifactId = rootProject.name
}
}
publishing {
repositories {
maven {
name = "auxilor"
url = uri("https://repo.auxilor.io/repository/maven-releases/")
credentials {
username = System.getenv("MAVEN_USERNAME")
password = System.getenv("MAVEN_PASSWORD")
}
}
}
}
}
tasks {