Skip to content

Commit

Permalink
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -66,7 +66,6 @@ public enum JavaVersion {

/**
* Java 16 major version.
* Not officially supported by Gradle. Use at your own risk.
*
* @since 6.3
*/
4 changes: 4 additions & 0 deletions subprojects/docs/src/docs/release/notes.md
Original file line number Diff line number Diff line change
@@ -76,6 +76,10 @@ With Gradle 7.0 there is no need to sacrifice functionality or performance, as e

Gradle has been upgraded to use Groovy 3. Groovy 3 comes with a brand new parser (code-named Parrot) and host of other new features and capabilities. In order to learn more about the improvements and new features in Groovy, please refer to [their release notes](https://groovy-lang.org/releasenotes/groovy-3.0.html).
While we're integrating the various improvements of Groovy into the Gradle codebase, you might experience unexpected problems related to the Groovy classpath, the Groovy DSL and the usage of `withGroovyBuilder`. If you experience any issues, please report an issue for us to look into this before the final release.

## Support for Java 16

Gradle now supports running on and building with [Java 16](https://openjdk.java.net/projects/jdk/16/).

## Ignore empty `buildSrc` project

2 changes: 1 addition & 1 deletion subprojects/docs/src/docs/userguide/compatibility.adoc
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
The sections below describe Gradle's compatibility with several integrations. Other versions not listed here may or may not work.

== Java
A Java version between 8 and 15 is required to execute Gradle. Java 16 and later versions are not yet supported.
A Java version between 8 and 16 is required to execute Gradle. Java 17 and later versions are not yet supported.

Java 6 and 7 can still be used for <<building_java_projects.adoc#sec:java_cross_compilation,compilation and forked test execution>>.

0 comments on commit 181b126

Please sign in to comment.