3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

Attempt to re-enable publishing

Dieser Commit ist enthalten in:
Camotoy 2021-12-28 11:14:30 -05:00
Ursprung dd632ef4b1
Commit 91095beb52

Datei anzeigen

@ -25,7 +25,7 @@ pipeline {
}
}
/*stage ('Deploy') {
stage ('Deploy') {
when {
anyOf {
branch "java-1.18"
@ -42,6 +42,8 @@ pipeline {
rtGradleResolver(
id: "GRADLE_RESOLVER",
serverId: "opencollab-artifactory",
releaseRepo: "maven-deploy-release",
snapshotRepo: "maven-deploy-snapshot"
)
rtGradleRun (
usesPlugin: false,
@ -56,7 +58,7 @@ pipeline {
serverId: "opencollab-artifactory"
)
}
}*/
}
}
post {