Closed big-andy-coates closed 1 year ago
Fixes: https://github.com/gradle/gradle-build-action/issues/840
With Gradle 8.0.2 (not tried other versions) the configuration name is runtimeClasspath not RuntimeClasspath. Using the latter results in an empty set of dependencies being reported (as it matches no configurations).
See https://github.com/gradle/gradle-build-action/pull/842
Fixes: https://github.com/gradle/gradle-build-action/issues/840
With Gradle 8.0.2 (not tried other versions) the configuration name is runtimeClasspath not RuntimeClasspath. Using the latter results in an empty set of dependencies being reported (as it matches no configurations).