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 c0692f1 commit e721f53Copy full SHA for e721f53
packages/masking/config.sh
@@ -53,6 +53,7 @@ function build() {
53
args+=("-Porg.gradle.configureondemand=false")
54
args+=("-PenvironmentName=linuxappliance")
55
56
+ DELPHIX_RELEASE_VERSION="2025.5.0.2-AES-256"
57
if [[ -n "$DELPHIX_RELEASE_VERSION" ]]; then
58
args+=("-PmaskingVer=$DELPHIX_RELEASE_VERSION")
59
fi
0 commit comments