We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22df0af commit 5c705daCopy full SHA for 5c705da
1 file changed
.github/scripts/build-standalone-ls.sh
@@ -10,7 +10,7 @@ cd headless-services
10
./mvnw -f pom.xml -pl spring-boot-language-server-standalone -am -DskipTests clean package
11
12
# Get the version from Maven
13
-base_version=$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec | tail -n 1)
+base_version=$(./mvnw -q -f spring-boot-language-server-standalone/pom.xml -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec | tail -n 1)
14
15
# Strip -SNAPSHOT if it exists, to get the clean base version
16
base_version=${base_version%-SNAPSHOT}
0 commit comments