/CarShow

University CS-311 project.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Warning : This repository/project is a univertiy project and no longer maintained. If you are interested in the project, it's free software under the GPL-3.0 license.

The gradle build tool is used to manage the application.

To run the application from your IDE, configure the app:run gradle task in your run button.

To build a .jar package, use the shadowJar gradle task:

$ gradle shadowJar

To run the .jar package use:

$ java -jar app/build/gradle/libs/CarShow-0.1.0.jar