From: David ‘Bombe’ Roden Date: Fri, 22 Nov 2024 20:50:22 +0000 (+0100) Subject: ✏️ Fix typo in Java 17 build X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=77ec240d0ca2cfb4d69d3ca1c1c2ef535b650556;p=jFCPlib.git ✏️ Fix typo in Java 17 build --- diff --git a/Jenkinsfile b/Jenkinsfile index e11ea01..7360cda 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ pipeline { } steps { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh './mvnw clean verity' + sh './mvnw clean verify' } } }