gradle / gradle-build-action

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

840: Fix configuration name in dependency filtering section #842

Closed big-andy-coates closed 1 year ago

big-andy-coates commented 1 year ago

Fixes: #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).

bigdaz commented 1 year ago

Thanks! Although in theory a user could define a configuration named RuntimeClasspath and then want to exclude other dependencies, that's clearly not what I was intending here :).