Skip to content

Commit

Permalink
Disable: Liquibase send analytics by default since 4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Nov 22, 2024
1 parent 57e04d7 commit 2fe4dac
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ class LiquibaseConfiguration {
liquibase.setTestRollbackOnUpdate(liquibaseProperties.isTestRollbackOnUpdate());
liquibase.setShouldRun(liquibaseProperties.isEnabled());

// https://github.com/liquibase/liquibase/issues/6501#issuecomment-2464909449
System.setProperty("liquibase.analytics.enabled", "false");

return liquibase;
}
}

0 comments on commit 2fe4dac

Please sign in to comment.