Skip to content

Latest commit

 

History

History
97 lines (63 loc) · 4.19 KB

notes.md

File metadata and controls

97 lines (63 loc) · 4.19 KB

The Gradle team is excited to announce Gradle @version@.

This release features 1, 2, ... n, and more.

We would like to thank the following community members for their contributions to this release of Gradle:

Eliezer Graber, Herbert von Broeuschmeul, Björn Kautler Ricardo Jiang Dmitry Pogrebnoy, Siddardha Bezawada Stephen Topley

Upgrade instructions

Switch your build to use Gradle @version@ by updating your wrapper:

./gradlew wrapper --gradle-version=@version@

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle @version@.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

New features and usability improvements

PMD and CodeNarc tasks execute in parallel by default

The PMD and CodeNarc plugins now use the Gradle worker API and JVM toolchains. These tools now perform analysis via an external worker process and therefore their tasks may now run in parallel within one project.

In Java projects, these tools will use the same version of Java required by the project. In other types of projects, they will use the same version of Java that is used by the Gradle daemon.

Promoted features

Promoted features are features that were incubating in previous versions of Gradle but are now supported and subject to backwards compatibility. See the User Manual section on the “Feature Lifecycle” for more information.

The following are the features that have been promoted in this Gradle release.

Fixed issues

Known issues

Known issues are problems that were discovered post release that are directly related to changes made in this release.

External contributions

We love getting contributions from the Gradle community. For information on contributing, please see gradle.org/contribute.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.