liquibase: disable analytics/telemetry which is on by default since v4.30 (since NixOS 25.05) (#426771)
This commit is contained in:
@@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# there’s a lot of escaping, but I’m not sure how to improve that
|
||||
cat > $out/bin/liquibase <<EOF
|
||||
#!/usr/bin/env bash
|
||||
export LIQUIBASE_ANALYTICS_ENABLED="\''${LIQUIBASE_ANALYTICS_ENABLED:-false}"
|
||||
# taken from the executable script in the source
|
||||
CP=""
|
||||
${addJars "$out/internal/lib"}
|
||||
|
||||
Reference in New Issue
Block a user