mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove invalid params
This commit is contained in:
parent
91095beb52
commit
51c77fe808
1 changed files with 1 additions and 3 deletions
4
bootstrap/fabric/Jenkinsfile
vendored
4
bootstrap/fabric/Jenkinsfile
vendored
|
@ -41,9 +41,7 @@ pipeline {
|
|||
)
|
||||
rtGradleResolver(
|
||||
id: "GRADLE_RESOLVER",
|
||||
serverId: "opencollab-artifactory",
|
||||
releaseRepo: "maven-deploy-release",
|
||||
snapshotRepo: "maven-deploy-snapshot"
|
||||
serverId: "opencollab-artifactory"
|
||||
)
|
||||
rtGradleRun (
|
||||
usesPlugin: false,
|
||||
|
|
Loading…
Reference in a new issue