Gradle 6.7.1 released, fixes serious bugs in 6.7

This is a patched version of Gradle 6.7, which fixes several serious bugs in Gradle 6.7. The updates include:

  • Fix the problem of wrong back porting tool chain
  • Fix the problem that the Java tool chain fails on ubuntu after installing Openjdk-11
  • Upgrade to local platform 0.22-Milestone-9
  • Fixed an issue that caused the Linux file system monitoring thread to stop in some cases

It is officially recommended that users use Gradle 6.7.1 on the initial version of Gradle 6.7.

Upgrade Instructions

Switch the build to use Gradle 6.7.1 by updating the wrapper:

./gradlew wrapper --gradle-version=6.7.1

Please refer to the  Gradle 6.x Upgrade Guide for information on deprecations, major changes and other considerations when upgrading to Gradle 6.7.1.

Guess you like

Origin www.oschina.net/news/120871/gradle-6-7-1-released