Need:
- Clone the repository
git clone https://github.com/mucsci-students/2021fa-420-DepressureSoft
- Navigate to the project folder
cd 2021fa-420-DepressureSoft
- Invoke
gradlew
for your OS.
# Linux and macOS
./gradlew build
# Windows
.\gradlew.bat build
- To run the application, invoke the generated jar file
# Linux and macOS
java -jar ./build/libs/umleditor-v2.0.0-all.jar
# Windows
java -jar .\build\libs\umleditor-v2.0.0-all.jar
No arguments launches GUI by default. Add --cli
to launch the CLI version or --gui
to explicitly launch the GUI