We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a757a3b commit c7be468Copy full SHA for c7be468
1 file changed
Jenkinsfile
@@ -15,7 +15,7 @@ def buildVscodeExtension(){
15
node('rhel7'){
16
stage 'Build JDT LS'
17
git url: 'https://github.com/eclipse/eclipse.jdt.ls.git'
18
- sh "./mvnw clean verify -B -U -fae -e -Pserver-distro -DdisableP2Mirrors=true"
+ sh "./mvnw clean verify -B -U -e -Pserver-distro -DdisableP2Mirrors=true"
19
20
def files = findFiles(glob: '**/org.eclipse.jdt.ls.product/distro/**.tar.gz')
21
stash name: 'server_distro', includes :files[0].path
0 commit comments