1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-28 02:59:16 +00:00

Jenkinsfile: we don't use a Kotlin buildscript

This commit is contained in:
Camotoy
2022-05-17 11:12:19 -04:00
parent 6c6a9e0255
commit dbbb2b2ed9

2
Jenkinsfile vendored
View File

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