cameronlee314 opened a new pull request #1300: Revert "Upgrade Gradle to 5.2.1 (#1203)" URL: https://github.com/apache/samza/pull/1300 **Symptom**: `gradle -b bootstrap.gradle` will download the wrapper for Gradle 5.2.1, but there are some other parts of Samza which are not compatible with Gradle 5.2.1. Trying to use the `gradlew` wrapper will fail. **Cause**: https://github.com/apache/samza/pull/1203 did not fully migrate Samza to Gradle 5.2.1 (see https://github.com/apache/samza/pull/1295 for a more complete migration) **Changes**: Reverted https://github.com/apache/samza/pull/1203, so that Samza is on Gradle 4.8. **Tests**: Ran `./gradlew clean sourceRelease`, unpacked it, ran `gradle -b bootstrap.gradle` from within the unpacked source, and then verified that `gradle/wrapper/gradle-wrapper.properties` referred to Gradle 4.8. **API changes**: None **Usage changes**: None
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
