Install a Local Version of Liquibase with SDKMAN

Last updated: July 14, 2025

You can register a local or snapshot version of Liquibase using SDKMAN. This does not copy files, it just registers the location with SDKMAN.

Procedure

1

Register a local or snapshot.

Before you use the sample code, be sure to:

  • Set your_local_liquibase_version to a unique local version.

  • Set /path/to/liquibase-4.25.0 to a valid Liquibase directory.

sdk install liquibase your_local_liquibase_version /path/to/liquibase-4.25.0
Install a Local Version of Liquibase with SDKMAN - Liquibase