mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-18 14:44:07 +08:00
Debugging Jenkins here...
This commit is contained in:
parent
7263c1046f
commit
13215f132e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user