mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Attempt 7
This commit is contained in:
parent
0dec24d0c9
commit
6c3c07b6a4
1 changed files with 1 additions and 1 deletions
2
bootstrap/fabric/Jenkinsfile
vendored
2
bootstrap/fabric/Jenkinsfile
vendored
|
@ -38,7 +38,7 @@ pipeline {
|
||||||
rtGradleRun (
|
rtGradleRun (
|
||||||
usesPlugin: true,
|
usesPlugin: true,
|
||||||
tool: 'Gradle 6',
|
tool: 'Gradle 6',
|
||||||
rootDir: "/",
|
rootDir: "",
|
||||||
buildFile: 'build.gradle',
|
buildFile: 'build.gradle',
|
||||||
tasks: 'clean artifactoryPublish',
|
tasks: 'clean artifactoryPublish',
|
||||||
deployerId: "GRADLE_DEPLOYER",
|
deployerId: "GRADLE_DEPLOYER",
|
||||||
|
|
Loading…
Reference in a new issue