1
0
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:
Camotoy
2023-05-05 17:02:34 -04:00
parent c925c5335b
commit e6763e08ba

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
usesPlugin: true,
tool: 'Gradle 7',
buildFile: 'build.gradle.kts',
tasks: 'clean build',
tasks: 'clean spigot:build',
)
}
post {