Quick start: Build and run book examples
masterTo run the code examples from the On Java 8 book, you must first install JDK 8. After downloading and unzipping the repository, navigate to the root directory (where gradlew and gradlew.bat are located) and run the Gradle wrapper tests. An internet connection is required for the first run to allow Gradle to download necessary dependencies.
Important Compatibility Note: Do not use JDK 16 or greater with Gradle in this repository, as it will produce a BUG! message.