1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-28 11:09:13 +00:00

Attempt to fix building?

This commit is contained in:
Camotoy
2022-03-25 19:26:34 -04:00
parent 986b8b5303
commit 1fa1270dc1

11
Jenkinsfile vendored
View File

@@ -39,14 +39,15 @@ pipeline {
)
rtGradleResolver(
id: "GRADLE_RESOLVER",
serverId: "opencollab-artifactory",
serverId: "opencollab-artifactory"
)
rtGradleRun (
usesPlugin: false,
rtGradleRun(
usesPlugin: true,
tool: 'Gradle 7',
rootDir: "",
buildFile: 'build.gradle',
tasks: 'build artifactoryPublish',
useWrapper: true,
buildFile: 'build.gradle.kts',
tasks: 'artifactoryPublish',
deployerId: "GRADLE_DEPLOYER",
resolverId: "GRADLE_RESOLVER"
)