mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Try this?
This commit is contained in:
parent
e322660400
commit
3889110081
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -40,10 +40,9 @@ pipeline {
|
||||||
serverId: "opencollab-artifactory"
|
serverId: "opencollab-artifactory"
|
||||||
)
|
)
|
||||||
rtGradleRun(
|
rtGradleRun(
|
||||||
usesPlugin: true,
|
usesPlugin: false,
|
||||||
tool: 'Gradle 7',
|
tool: 'Gradle 7',
|
||||||
rootDir: "",
|
rootDir: "",
|
||||||
useWrapper: true,
|
|
||||||
buildFile: 'build.gradle.kts',
|
buildFile: 'build.gradle.kts',
|
||||||
tasks: 'build artifactoryPublish',
|
tasks: 'build artifactoryPublish',
|
||||||
deployerId: "GRADLE_DEPLOYER",
|
deployerId: "GRADLE_DEPLOYER",
|
||||||
|
|
Loading…
Reference in a new issue