Conquering the Nodes (Group Dylan)

Wiki Link: http://groupdylanconcurrent.pbworks.com/w/page/139975206/Concurrent%20Programming%20Project%20Wiki

Quick Start Guide

Prerequisites:

  • Java 8
  • Gradle 5.2.1 (Optional)

To build the app, use gradle run.

cd PROJECT_FOLDER/concurrent_project 
gradle run 

To build the app without installing gradle.

cd PROJECT_FOLDER/concurrent_project
gradlew run 

After the project is built successfully, an executable jar file will be available in the folder listed below

PROJECT_FOLDER/concurrent_project/build/libs