He-Pin opened a new pull request, #759:
URL: https://github.com/apache/pekko-grpc/pull/759

   ### Motivation
   Gradle 7.6.4 bundles Groovy 3.0.13 which has a `GroovyBugError` when TestKit 
runs in-process (`withDebug(true)`) on JDK 17, causing `NoClassDefFoundError` 
for `org.codehaus.groovy.vmplugin.v7.Java7`. This blocks all gradle-plugin 
tests in CI.
   
   ### Modification
   Upgrade Gradle wrapper from 7.6.4 to 8.12 in all three Gradle projects: 
`gradle-plugin`, `plugin-tester-java`, `plugin-tester-scala`. Updated 
`gradle-wrapper.properties` and `gradlew` scripts.
   
   ### Result
   Gradle 8.12 bundles a compatible Groovy version, resolving the in-process 
TestKit initialization failure on JDK 17.
   
   ### Tests
   - `cd gradle-plugin && ./gradlew clean test`
   
   ### References
   None - infrastructure upgrade


-- 
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]

Reply via email to