Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeb09a6 commit c0068e7Copy full SHA for c0068e7
README.md
@@ -6,6 +6,10 @@ If you want to experiment with the code examples from the book [On Java
6
These examples are automatically extracted directly from the book. This repository
7
includes tests to verify that the code in the book is correct.
8
9
+> NOTE: Do not attempt to use JDK 16 or greater with gradle.
10
+> This produces a `BUG!` message from Gradle, which is broken for those versions.
11
+> To test new Java features in JDK 16 or 17 you must compile and run those examples by hand.
12
+
13
## Contents
14
15
- [Building From the Command Line: Quick Version](#building-from-the-command-line-quick-version)
0 commit comments