✏️ Fix typo in Java 17 build
authorDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Fri, 22 Nov 2024 20:50:22 +0000 (21:50 +0100)
committerDavid ‘Bombe’ Roden <bombe@freenetproject.org>
Fri, 22 Nov 2024 20:50:22 +0000 (21:50 +0100)
Jenkinsfile

index e11ea01..7360cda 100644 (file)
@@ -44,7 +44,7 @@ pipeline {
             }
             steps {
                 catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
-                sh './mvnw clean verity'
+                sh './mvnw clean verify'
                 }
             }
         }