Fix Scala Gradle classpath pollution#3815
Conversation
|
@datho7561 I have create a new PR and close the original one, can you share why the |
|
The failure was for SyntaxServerTest: It fails for me without your patch. Error Details expected: <Syntax error, insert ";" to complete FieldDeclaration> but was: <Either [ Stack Trace org.opentest4j.AssertionFailedError: |
@jjohnstn @datho7561 that's great, please take a look into this PR. |
|
@wenytang-ms I already fixed the test failure. |
40651d0 to
497f31b
Compare
Limit Scala Gradle classpath augmentation to Scala projects and avoid adding Gradle project dependency artifacts as raw build/libs entries.
Also keeps Gradle resources visible on the classpath and adds a multi-project Scala Gradle fixture covering project dependencies, resources, and Java-to-Scala references.
Supersedes #3776.
Related issues: