mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Use rtGradleRun
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -11,12 +11,12 @@ pipeline {
|
|||||||
stage ('Build') {
|
stage ('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'git submodule update --init --recursive'
|
sh 'git submodule update --init --recursive'
|
||||||
rtGradleRun {
|
rtGradleRun(
|
||||||
usesPlugin: true,
|
usesPlugin: true,
|
||||||
tool: 'Gradle 7',
|
tool: 'Gradle 7',
|
||||||
buildFile: 'build.gradle.kts',
|
buildFile: 'build.gradle.kts',
|
||||||
tasks: 'clean build',
|
tasks: 'clean build',
|
||||||
}
|
)
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|||||||
Reference in New Issue
Block a user