Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 316 Bytes

GETTING_STARTED.md

File metadata and controls

15 lines (11 loc) · 316 Bytes

Local Development

Pre-requisites

  • Java 11
  • Maven

Steps

  1. Fork & Clone the repo.
  2. Make sure you are using java version 11.
  3. Download the dependencies: mvn clean install
  4. Make changes.
  5. Update the version in POM.xml
  6. Run mvn clean install to generate the jar locally for testing.