Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

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.