Moved to repo.auxilor.io

This commit is contained in:
Auxilor
2023-03-29 13:50:55 +01:00
parent 67cacb6850
commit f5856d2fee
7 changed files with 66 additions and 3 deletions
+13
View File
@@ -12,6 +12,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 {