Group project of Taurus @ CS 509
You can compile WordSweeper as long as you have the Java Development Kit (JDK) for Java 8.
$ gradlew build
$ ./gradlew build
$ ./gradlew build -x test
$ ./gradlew test
$ cd build/classes/main
$ java server.ServerLauncher
$ ./gradlew javadoc