WEMarsSoftware / MissionControl

A custom Java command centre for the Western Engineering Mars Rover Team.
https://wemars.org/wemars/
MIT License
0 stars 0 forks source link

Gradle Support #19

Closed JhnBrunelle closed 6 years ago

JhnBrunelle commented 6 years ago

Howdy,

This restructures a bit of the project to add gradle support. FXML and images are moved to a resources folder.

We're using MavenCentral, Dependencies can be added to the project by editing the settings.gradle and adding it to the dependencies{ }

to run the program:

gradle build
gradle jfxRun
JhnBrunelle commented 6 years ago

@joshuakarbi have a look at these changes, and if they don't mess up your current stuff too much then merge!

JhnBrunelle commented 6 years ago

Whoops, my bad. Fixed