He-Pin opened a new pull request, #777: URL: https://github.com/apache/pekko-grpc/pull/777
## Summary - Remove Gradle 4.0 from `GradleCompatibilitySpecTest` parameterized test — downloading `gradle-4.0-bin.zip` from services.gradle.org frequently times out in CI, causing spurious failures - Gradle 5.5 remains to verify the "below minimum 5.6" rejection logic - Simplify `assumeGradleVersionCanRunOnCurrentJava` guard that had a special case for 4.0 ## Test plan - [x] Gradle compatibility test still validates minimum version rejection via Gradle 5.5 - [x] `assumeGradleVersionCanRunOnCurrentJava` correctly skips Gradle < 7.3 on Java 17+ -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
