We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e6b7f commit 30c3fbfCopy full SHA for 30c3fbf
IntelliJ-Core/build.gradle
@@ -6,5 +6,5 @@ repositories {
6
7
dependencies {
8
implementation fileTree(dir: "libs", include: "*.jar")
9
- implementation group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.20.0'
+ api group: 'org.eclipse.lsp4j', name: 'org.eclipse.lsp4j', version: '0.20.0'
10
}
0 commit comments