Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 348 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 348 Bytes

Building and testing

Java >= 11 is required.

  1. Clone the repository

    git clone https://github.com/mfvanek/pg-index-health-test-starter.git
    cd pg-index-health-test-starter
    
  2. Build with Gradle

    • On Linux and macOS: ./gradlew build
    • On Windows: .\gradlew.bat build

    This will build the project and run tests.