-
Notifications
You must be signed in to change notification settings - Fork 55
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
enhancement - add groupId, artifactId and version attributes #1620
Conversation
Hi @jdneo, I was wondering where should I write the test for this change? |
We don't have tests for this module right now. I would be great if you would like to add some, but it won't block this PR to be merged. We can do it in another PR. BTW, since this is a plugin of the JDT.LS, which uses OSGi for build, adding test cases might be a little bit complex. |
...t.gradle.bs.importer/src/com/microsoft/gradle/bs/importer/GradleBuildServerBuildSupport.java
Outdated
Show resolved
Hide resolved
Hi @mamilic, After this PR merged, do you need me to publish a pre-release which includes this change for the purpose of Java Projects view integration? |
Hi @jdneo , that would be awesome, then I can work on Java Projects View. Thanks! |
@mamilic I plan to merge this PR after 3.17.0 is released. Currently there is some regression happens at the build server side. I may need to revert some changes which may take some time. |
Hi @jdneo , if you have time please let me know when pre-release is available with this changes included. |
This relates to, microsoft/vscode-java-dependency#857