Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

840: Fix configuration name in dependency filtering section #841

Closed

Conversation

big-andy-coates
Copy link
Contributor

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).

@big-andy-coates
Copy link
Contributor Author

See #842

@big-andy-coates big-andy-coates deleted the big-andy-coates-patch-1 branch August 16, 2023 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs for filtering dependency graph incorrectly use 'RuntimeClasspath' rather than 'runtimeClasspath'
1 participant