Update Jenkinsfile

Try to fix compilation errors
pull/3/head
Hammy 3 years ago
parent d4782842cb
commit 8e51c55300

4
Jenkinsfile vendored

@ -75,8 +75,8 @@ pipeline {
[artifactId: pom.artifactId, classifier: 'javadocs', file: javadocsArtifact, type: pom.packaging], [artifactId: pom.artifactId, classifier: 'javadocs', file: javadocsArtifact, type: pom.packaging],
[artifactId: pom.artifactId, classifier: 'sources', file: jarWithSourcesArtifact, type: pom.packaging], [artifactId: pom.artifactId, classifier: 'sources', file: jarWithSourcesArtifact, type: pom.packaging],
[artifactId: pom.artifactId, classifier: '', file: "pom.xml", type: "pom"] [artifactId: pom.artifactId, classifier: '', file: "pom.xml", type: "pom"]
]) ]
} )
} }
} }
} }

Loading…
Cancel
Save