mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Only build Spigot for Jenkins
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -15,7 +15,7 @@ pipeline {
|
|||||||
usesPlugin: true,
|
usesPlugin: true,
|
||||||
tool: 'Gradle 7',
|
tool: 'Gradle 7',
|
||||||
buildFile: 'build.gradle.kts',
|
buildFile: 'build.gradle.kts',
|
||||||
tasks: 'clean build',
|
tasks: 'clean spigot:build',
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
|
|||||||
Reference in New Issue
Block a user