diff --git a/README.md b/README.md index a39a9ea6..cd06c0a4 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Gson uses Maven to build the project: mvn clean verify ``` -JDK 11 or newer is required for building, JDK 17 is recommended. +JDK 11 or newer is required for building, JDK 17 is recommended. Newer JDKs are currently not supported for building (but are supported when _using_ Gson). ### Contributing diff --git a/pom.xml b/pom.xml index 889005d4..3e89ab58 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,9 @@ - [11,) + + [11,18)