Publish to correct maven repo

This commit is contained in:
2023-05-28 21:58:21 +02:00
parent 87c5300a41
commit 68f7b594d8
4 changed files with 4 additions and 4 deletions

View File

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