We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c01423 commit 91e7e42Copy full SHA for 91e7e42
Jenkinsfile
@@ -14,6 +14,11 @@ def buildVscodeExtension(){
14
15
node('rhel7'){
16
stage 'Build JDT LS'
17
+
18
+ env.JAVA_HOME="${tool 'openjdk-1.8'}"
19
+ env.PATH="${env.JAVA_HOME}/bin:${env.PATH}"
20
+ sh 'java -version'
21
22
git url: 'https://github.com/eclipse/eclipse.jdt.ls.git'
23
sh "./mvnw clean verify -B -U -e -Pserver-distro -Dtycho.disableP2Mirrors=true -P!jboss-maven-repos,!redhat-ga-repository,!redhat-ea-repository"
24
0 commit comments