Fuck sake jenkins

This commit is contained in:
2023-05-28 21:56:49 +02:00
parent 320a5966a5
commit 87c5300a41
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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