Skip to content

Commit c0068e7

Browse files
authored
Message about broken Gradle for JDK 16 or 17
1 parent eeb09a6 commit c0068e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ If you want to experiment with the code examples from the book [On Java
66
These examples are automatically extracted directly from the book. This repository
77
includes tests to verify that the code in the book is correct.
88

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+
913
## Contents
1014

1115
- [Building From the Command Line: Quick Version](#building-from-the-command-line-quick-version)

0 commit comments

Comments
 (0)