Publish to correct maven repo
This commit is contained in:
@@ -139,7 +139,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")
|
||||
|
Reference in New Issue
Block a user