Skip to content

Commit c3bb629

Browse files
committed
library-api: another fix to how deployment gets the version string
1 parent be33c9d commit c3bb629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"get-library-api-version": [
2727
"cd library-api",
28-
"mvn help:evaluate -Dexpression=project.version -q -DforceStdout"
28+
"mvn help:evaluate -Dexpression=project.version -q -DforceStdout | xargs"
2929
],
3030
"build-builder-api-ci": [
3131
"cd builder-api",

0 commit comments

Comments
 (0)