Skip to content

Commit b5c656f

Browse files
DLPX-79539 [Backport of CP-6910 to 6.0.13.0] update appliance-build job to add option to build both resources.war and resources_legacy.war (#228)
1 parent 407ff42 commit b5c656f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/virtualization/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function build() {
5959
if [[ -n "$DELPHIX_RELEASE_VERSION" ]]; then
6060
logmust ant -Ddockerize=true -DbuildJni=true \
6161
-DhotfixGenDlpxVersion="$DELPHIX_RELEASE_VERSION" \
62-
all package
62+
-Dbuild.legacy.resources.war=true all package
6363
else
6464
logmust ant -Ddockerize=true -DbuildJni=true all package
6565
fi

0 commit comments

Comments
 (0)