The GitHub Actions job "Validate and test" on 
pekko-grpc.git/feature/upgrade-gradle-wrapper has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
a73b91cba3764f849a5861c716b3460b84ff0da8 / 虎鸣 <[email protected]>
fix: wire Gradle license resources through processResources

Motivation:
Gradle 8.14.5 fails the Gradle test CI job because compileTestGroovy sees files 
written by copyLicenseToBuildResources in build/resources/main without a 
declared task dependency.

Modification:
Move the Gradle plugin LICENSE, NOTICE, and DISCLAIMER resource copy into 
processResources and remove the separate Copy task and jar dependency.

Result:
Gradle owns the resource output directory, so test compilation and publishing 
no longer trip implicit dependency validation.

Tests:
- export 
JAVA_HOME=/Users/hepin/Library/Java/JavaVirtualMachines/azul-17.0.17/Contents/Home;
 cd gradle-plugin && ./gradlew clean test publishToMavenLocal --console=plain 
--stacktrace: passed
- export 
JAVA_HOME=/Users/hepin/Library/Java/JavaVirtualMachines/azul-17.0.17/Contents/Home;
 sbt codegen/publishM2 scalapb-protoc-plugin/publishM2 +runtime/publishM2: 
passed
- git diff --check: passed

References:
Refs #759

Report URL: https://github.com/apache/pekko-grpc/actions/runs/28285257094

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to