mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Publish artifacts? Attempt 1
This commit is contained in:
parent
6bf0c5d94c
commit
fad2fc149c
1 changed files with 1 additions and 1 deletions
2
bootstrap/fabric/Jenkinsfile
vendored
2
bootstrap/fabric/Jenkinsfile
vendored
|
@ -40,7 +40,7 @@ pipeline {
|
||||||
tool: 'Gradle 6',
|
tool: 'Gradle 6',
|
||||||
rootDir: "",
|
rootDir: "",
|
||||||
buildFile: 'build.gradle',
|
buildFile: 'build.gradle',
|
||||||
tasks: 'clean artifactoryPublish',
|
tasks: 'clean build artifactoryPublish',
|
||||||
deployerId: "GRADLE_DEPLOYER",
|
deployerId: "GRADLE_DEPLOYER",
|
||||||
resolverId: "GRADLE_RESOLVER"
|
resolverId: "GRADLE_RESOLVER"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue