We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10517e commit 3b29463Copy full SHA for 3b29463
headless-services/spring-boot-language-server/build.sh
@@ -1,7 +1,6 @@
1
#!/bin/bash
2
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
+modules=spring-boot-language-server,:org.springframework.tooling.jdt.ls.extension,:org.springframework.tooling.jdt.ls.commons,:org.springframework.tooling.jdt.ls.commons.test
5
cd ../jdt-ls-extension
6
if command -v xvfb-run ; then
7
echo "Using xvfb to run in headless environment..."
0 commit comments