Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 517 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (9 loc) · 517 Bytes

Setting up the code in local

Pre requisites

  • Open JDK 11 must be installed in your system
  • Docker must be installed in your system

Steps

  • To build the code base and run tests, run command ./gradlew clean build
  • To create a runnable jar, run command ./gradew clean shadowJar

Troubleshooting