1
0
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:
Tim203
2021-12-08 22:52:39 +01:00
parent 5a64c2d3d4
commit 78c83b803b

3
Jenkinsfile vendored
View File

@@ -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"
)