Gradle 3.2.1 is now available
This bug-fix release candidate 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
If no further regressions are reported, a final release will follow in the next week.
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.