Skip to content

Commit 3b29463

Browse files
committed
Include jdt.ls.commons.test module in the build
1 parent b10517e commit 3b29463

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

Diff for: headless-services/spring-boot-language-server/build.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +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
4-
modules=spring-boot-language-server,:org.springframework.tooling.jdt.ls.extension,:org.springframework.tooling.jdt.ls.commons
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
54
cd ../jdt-ls-extension
65
if command -v xvfb-run ; then
76
echo "Using xvfb to run in headless environment..."

0 commit comments

Comments
 (0)