gradle / gradle-build-action

Execute your Gradle build and trigger dependency submission
https://github.com/marketplace/actions/gradle-build-action
MIT License
679 stars 97 forks source link

840: Fix configuration name in dependency filtering section #841

Closed big-andy-coates closed 1 year ago

big-andy-coates commented 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).

big-andy-coates commented 1 year ago

See https://github.com/gradle/gradle-build-action/pull/842