support test-sharing module
Extension Name: vscode-gradle Extension Version: OS Version: VSCode version:
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Output from "Gradle for Java" You can find this by clicking on the "Output" panel, then selecting the "Gradle for Java" channel from the dropdown.
Does the bug still exist if you disable all other extensions? Yes/No
Additional context Add any other context about the problem here.
could you provide any details, examples or introductions?
https://github.com/nospam06/gradleSample vscode cannot open this project. i have test sharing modules to instantiate spring beans. both intellij and gradle command line can do the build correctly [{ "resource": "/home/ling/source/gradleSample/app", "owner": "generated_diagnostic_collection_name#3", "code": "1001", "severity": 8, "message": "One or more cycles were detected in the build path of project 'app'. The paths towards the cycle and cycle are:\napp->{test-share, business-logic}\napp->{test-share, business-logic, utilities}\napp, test-share->{business-logic, utilities}", "source": "Java", "startLineNumber": 1, "startColumn": 1, "endLineNumber": 1, "endColumn": 1 }]
@CsCherrYY
@nospam06 get it, I'll take a look
gradle has testFixture to accomplish sharing test code. Will close this issue.