Getting Started Run To compile it yourself: inside pks folder run: ./gradlew build and then run the jar file that will be located in build/libs folder java -jar build/libs/pks-1.2.0.jar To compile and run it yourself: (I dont recommend this way) inside pks folder run: ./gradlew bootRun