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

Docs for filtering dependency graph incorrectly use 'RuntimeClasspath' rather than 'runtimeClasspath' #840

Closed big-andy-coates closed 1 year ago

big-andy-coates commented 1 year ago

See docs here: https://github.com/gradle/gradle-build-action#filtering-which-gradle-configurations-contribute-to-the-dependency-graph

The DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS setting accepts a regular expression of configurations to include. This looks to be case sensitive. The example uses RuntimeClasspath, yet I'm seeing the configuration called runtimeClasspath (lowercase first letter).

Not sure if this case changes depending on Gradle version...? I'm using 8.0.2.