- Aaron Thompson
- Alex Malott
- Alex Shellum
- Devin Kadillac
- Lucas Wilson
$ ./gradlew run
$ ./gradlew build
To test all packages, run the following:
$ ./gradlew test
To test just server-side Java, run the following:
$ ./gradlew :server:test
To have more detailed output about tests, add the --info argument:
$ ./gradlew :server:test --info
- OpenJDK 1.8.0 v 181
- Gradle (wrapper for this included, no need to install).