The GitHub Actions job "Validate and test" on pekko-grpc.git/feature/junit6-migration has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 0b66d120655ff9e8efcf0eb70c4f2f6fa6e8d894 / 虎鸣 <[email protected]> fix: exclude transitive Groovy from spock-core to resolve version conflict Motivation: Spock 2.4-groovy-3.0 pulls in Groovy 3.0.22, but Gradle 7.6.4 bundles Groovy 3.0.13. When TestKit runs in-process via withDebug(true) + withPluginClasspath(), both versions end up on the classpath, causing NoClassDefFoundError for org.codehaus.groovy.vmplugin.v7.Java7. Modification: Exclude transitive org.codehaus.groovy from spock-core dependency. Gradle's groovy plugin provides localGroovy() on the test classpath, so tests compile and run against Gradle's bundled Groovy 3.0.13. Result: Single Groovy version on classpath eliminates the split-package conflict in TestKit in-process builds. Report URL: https://github.com/apache/pekko-grpc/actions/runs/28283362434 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
