Fuck sake jenkins
This commit is contained in:
@@ -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")
|
||||
|
@@ -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")
|
||||
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user