We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407ff42 commit b5c656fCopy full SHA for b5c656f
packages/virtualization/config.sh
@@ -59,7 +59,7 @@ function build() {
59
if [[ -n "$DELPHIX_RELEASE_VERSION" ]]; then
60
logmust ant -Ddockerize=true -DbuildJni=true \
61
-DhotfixGenDlpxVersion="$DELPHIX_RELEASE_VERSION" \
62
- all package
+ -Dbuild.legacy.resources.war=true all package
63
else
64
logmust ant -Ddockerize=true -DbuildJni=true all package
65
fi
0 commit comments