Java >= 11 is required.
-
Clone the repository
git clone https://github.com/mfvanek/pg-index-health-test-starter.git cd pg-index-health-test-starter
-
Build with Gradle
- On Linux and macOS:
./gradlew build
- On Windows:
.\gradlew.bat build
This will build the project and run tests.
- On Linux and macOS: