From e6763e08ba1a986b5409970285e4613fe9867997 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Fri, 5 May 2023 17:02:34 -0400 Subject: [PATCH] Only build Spigot for Jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f9dbc474..26da68a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { usesPlugin: true, tool: 'Gradle 7', buildFile: 'build.gradle.kts', - tasks: 'clean build', + tasks: 'clean spigot:build', ) } post {