You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2020/03/03 01:16:54 UTC

[GitHub] [samza] cameronlee314 opened a new pull request #1300: Revert "Upgrade Gradle to 5.2.1 (#1203)"

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [samza] xinyuiscool merged pull request #1300: Revert "Upgrade Gradle to 5.2.1 (#1203)"

Posted by GitBox <gi...@apache.org>.
xinyuiscool merged pull request #1300: Revert "Upgrade Gradle to 5.2.1 (#1203)"
URL: https://github.com/apache/samza/pull/1300
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services