This framework executes HTTP commands against the licensing API.
ASSUMES: test tenants exists, as it can't create tenants.
- Java 8+
- Gradle
- From the top bar, select Window -> Preferences -> Java -> Installed JREs, then click on Add...
- Keep Standard VM selected, then click on Next >
- Browse and select your JDK installation folder by clicking on Directory , then click on Finish.
- Click on Apply and Close.
on linux/mac
./gradlew eclipse
on windows
gradlew eclipse