Skip to content

Commit 5c705da

Browse files
committed
correction
Signed-off-by: BoykoAlex <alex.boyko@broadcom.com>
1 parent 22df0af commit 5c705da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/build-standalone-ls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd headless-services
1010
./mvnw -f pom.xml -pl spring-boot-language-server-standalone -am -DskipTests clean package
1111

1212
# Get the version from Maven
13-
base_version=$(./mvnw -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec | tail -n 1)
13+
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)
1414

1515
# Strip -SNAPSHOT if it exists, to get the clean base version
1616
base_version=${base_version%-SNAPSHOT}

0 commit comments

Comments
 (0)