[CHORE] Update to FDD Multi-Loader template and update maven url

This commit is contained in:
2023-07-13 22:36:16 +02:00
parent 1af0343114
commit 5b830a7ce0
5 changed files with 20 additions and 18 deletions

View File

@@ -147,7 +147,7 @@ publishing {
}
repositories {
maven {
url "https://maven.firstdarkdev.xyz/" + (project.release ? "releases" : "snapshots")
url "https://maven.firstdark.dev/" + (project.release ? "releases" : "snapshots")
credentials {
username System.getenv("MAVEN_USER")
password System.getenv("MAVEN_PASS")