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

Use rtGradleRun

This commit is contained in:
Tim203
2022-03-06 14:49:46 +01:00
parent 58ac8a8cc9
commit 0107d2d623

4
Jenkinsfile vendored
View File

@@ -11,12 +11,12 @@ pipeline {
stage ('Build') {
steps {
sh 'git submodule update --init --recursive'
rtGradleRun {
rtGradleRun(
usesPlugin: true,
tool: 'Gradle 7',
buildFile: 'build.gradle.kts',
tasks: 'clean build',
}
)
}
post {
success {