-
Notifications
You must be signed in to change notification settings - Fork 440
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
Dependency with scope test in gradle falls into the main classpath #3777
Comments
@Daniil-Ivanov1 Could you try to add
to your settings.json |
@snjeza Then Spring Boot Tests stop working |
@Daniil-Ivanov1 Do you have a project example reproducing the issue? |
@snjeza This is my work project and I can't upload its source code |
@Daniil-Ivanov1 Could you try to add
to your build.gradle |
Could you share the content of build.gradle file and .classpath? |
@jdneo This is a working project, I can't share its source code, but I can try to reproduce this problem. |
[provide a description of the issue]
Environment
Steps To Reproduce
The gradle project. If there is a dependency on another module in a multi-module project with scope test, then this dependency falls into the main classpath.
Current Result
In build.gradle.kts
In .classpath of this module
Expected Result
In .classpath of this module
Additional Informations
The text was updated successfully, but these errors were encountered: