mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Debugging Jenkins here...
This commit is contained in:
@@ -58,6 +58,9 @@ publishing {
|
||||
}
|
||||
}
|
||||
|
||||
println "maven deployment: ${System.getenv("MAVEN_DEPLOYMENT")}"
|
||||
println "on branch ${project.ext.getCurrentBranchName()}"
|
||||
|
||||
if (System.getenv("MAVEN_DEPLOYMENT") != null && project.ext.getCurrentBranchName() == "master") {
|
||||
repositories {
|
||||
maven {
|
||||
|
||||
Reference in New Issue
Block a user