mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2026-01-04 15:31:48 +00:00
Attempt to make publishing work
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -40,10 +40,11 @@ pipeline {
|
||||
serverId: "opencollab-artifactory"
|
||||
)
|
||||
rtGradleRun(
|
||||
usesPlugin: false,
|
||||
tool: 'Gradle 7',
|
||||
rootDir: "",
|
||||
buildFile: 'build.gradle',
|
||||
tasks: 'build artifactoryPublish'
|
||||
tasks: 'build artifactoryPublish',
|
||||
deployerId: "GRADLE_DEPLOYER",
|
||||
resolverId: "GRADLE_RESOLVER"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user