From 8e51c55300a19511171268b95b34ab2a629508e5 Mon Sep 17 00:00:00 2001 From: Hammy Date: Sat, 5 Jun 2021 04:14:22 +0100 Subject: [PATCH] Update Jenkinsfile Try to fix compilation errors --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c16fe0c..965cbc9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -75,8 +75,8 @@ pipeline { [artifactId: pom.artifactId, classifier: 'javadocs', file: javadocsArtifact, type: pom.packaging], [artifactId: pom.artifactId, classifier: 'sources', file: jarWithSourcesArtifact, type: pom.packaging], [artifactId: pom.artifactId, classifier: '', file: "pom.xml", type: "pom"] - ]) - } + ] + ) } } }