Gradle source code repository for the examples from my blog post, http://bit.ly/CoolJava9Ft. Built and tested on SUSE Linux.
- Any supporting a JVM for Java SE 8+.
- Gradle 4.7
- Java 8 or greater
- ./gradlew build - Build Application
- ./gradlew run - Runs the main file in the console, which calls the main method of all of the code samples in one file.
- None (04/28/2018).