liquibase: disable analytics by default

This commit is contained in:
@norpol 2025-07-19 22:45:37 +01:00
parent da1943d3ca
commit 1db3660e6e

View File

@ -64,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
# theres a lot of escaping, but Im 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"}