Message about broken Gradle for JDK 16 or 17

This commit is contained in:
Bruce Eckel 2021-11-07 17:23:11 -07:00 committed by GitHub
parent eeb09a6997
commit c0068e7d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,10 @@ If you want to experiment with the code examples from the book [On Java
These examples are automatically extracted directly from the book. This repository
includes tests to verify that the code in the book is correct.
> NOTE: Do not attempt to use JDK 16 or greater with gradle.
> This produces a `BUG!` message from Gradle, which is broken for those versions.
> To test new Java features in JDK 16 or 17 you must compile and run those examples by hand.
## Contents
- [Building From the Command Line: Quick Version](#building-from-the-command-line-quick-version)