mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Fix gradle deployer id
This commit is contained in:
parent
4dbfd5f66e
commit
df808b72c5
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -30,7 +30,7 @@ pipeline {
|
|||
|
||||
steps {
|
||||
rtGradleDeployer(
|
||||
id: "maven-deployer",
|
||||
id: "GRADLE_DEPLOYER",
|
||||
serverId: "opencollab-artifactory",
|
||||
releaseRepo: "maven-releases",
|
||||
snapshotRepo: "maven-snapshots"
|
||||
|
|
Loading…
Reference in a new issue