You must have Java 8 (or higher) and Gradle installed on your machine to use this project.
You can check your java version with java --version
.
You can check if you already have Gradle installed with the command: gradle -v
.
Otherwise, you can get it with those steps:
- Download a Gradle 5.4.1 binary here
- Extract it and add gradle/bin to your path
gradle clean assemble
gradle test
gradle -q exec