Added repo.auxilor.io

This commit is contained in:
Auxilor
2023-03-29 13:21:40 +01:00
parent f5e289966f
commit bbd541abe0
2 changed files with 15 additions and 0 deletions

View File

@@ -39,4 +39,17 @@ publishing {
}
}
}
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")
}
}
}
}
}