This is the replacement for the original Quasar. The goal of this version is to be cross platform and more user friendly.
- Java 11
- gradle 4.4.1
This project uses Gradle as a build system.
To build:
gradle build
To clean:
gradle clean
To build and run the application:
gradle run
Author: objectDisorientedProgrammer