Skip to content

Commit cf650ce

Browse files
committed
Fix CI for VSCode extensions in Concourse
1 parent ba6fc2a commit cf650ce

File tree

1 file changed

+1
-1
lines changed
  • headless-services/spring-boot-language-server

1 file changed

+1
-1
lines changed

headless-services/spring-boot-language-server/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -e
3-
modules=spring-boot-language-server,:org.springframework.tooling.jdt.ls.extension,:org.springframework.tooling.jdt.ls.commons,:org.springframework.tooling.jdt.ls.commons.test
3+
modules=spring-boot-language-server,sts-gradle-model-plugin,:org.springframework.tooling.gradle,:org.springframework.tooling.jdt.ls.extension,:org.springframework.tooling.jdt.ls.commons,:org.springframework.tooling.jdt.ls.commons.test
44
cd ../jdt-ls-extension
55
if command -v xvfb-run ; then
66
echo "Using xvfb to run in headless environment..."

0 commit comments

Comments
 (0)