Skip to content

3.2.1

Compare
Choose a tag to compare
@eriwen eriwen released this 22 Nov 20:22
· 75910 commits to master since this release

Gradle 3.2.1 is now available

This bug-fix release addresses uncaught regressions in v3.2.0 in the Gradle wrapper.

Fixed issues:

  • GRADLE-3582: Gradle wrapper fails to escape arguments with nested quotes
  • GRADLE-3583: Newlines in environment variables used by the wrapper breaks application plugin shell script

Upgrade Instructions

Switch your build to use Gradle 3.2.1 by updating your wrapper properties:

./gradlew wrapper --gradle-version=3.2.1

Standalone downloads are available at https://gradle.org/gradle-download.

Heads up: In addition, if you generated this wrapper with Gradle 3.2, re-run ./gradlew wrapper to avoid a misconfigured wrapper script.

Reporting Problems

If you find a problem with Gradle 3.2.1, 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.