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

Project dependencies in testCompileOnly configuration are removed from eclipse classpath #216

Open
zml2008 opened this issue Jan 10, 2022 · 0 comments

Comments

@zml2008
Copy link

zml2008 commented Jan 10, 2022

Describe the bug
Whin this plugin is applied, project dependencies declared in the testCompileOnly configuration are not provided to the eclipse classpath.

Removing the jmh plugin, or declaring the dependency in any other configuration (compileOnly, testImplementation, etc) causes the project dependency to show up properly on the test classpath.

To Reproduce
See reproducer at zml2008/gradle-issue-reproducer@2af9e99

Test by running the eclipseClasspath task -- the specific triggers for this issue should be commented in the buildscript.

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

No branches or pull requests

1 participant