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