1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Attempt to make publishing work

This commit is contained in:
Tim203
2021-12-08 22:56:39 +01:00
parent 78c83b803b
commit 7f95e95227

2
Jenkinsfile vendored
View File

@@ -43,7 +43,7 @@ pipeline {
usesPlugin: false, usesPlugin: false,
tool: 'Gradle 7', tool: 'Gradle 7',
rootDir: "", rootDir: "",
buildFile: 'build.gradle', buildFile: 'build.gradle.kts',
tasks: 'build artifactoryPublish', tasks: 'build artifactoryPublish',
deployerId: "GRADLE_DEPLOYER", deployerId: "GRADLE_DEPLOYER",
resolverId: "GRADLE_RESOLVER" resolverId: "GRADLE_RESOLVER"