diff --git a/build.gradle b/build.gradle
index 531dbff93..614490ed3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -64,6 +64,7 @@ configurations {
dependencies {
// LSP4IJ dependencies
+ implementation 'org.microshed:lsp4ij:0.0.5'
implementation ('org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.6.0') {
exclude group: 'org.eclipse.lsp4j'
}
@@ -138,8 +139,7 @@ intellij {
// For a full list of IntelliJ IDEA releases please see https://www.jetbrains.com/intellij-repository/releases
version = '2023.1.2'
- plugins = ['java', 'maven', 'gradle-java', 'properties', 'terminal', 'org.jetbrains.idea.maven', 'com.intellij.gradle',
- file("../intellij-lsp-common-provider/lsp4ij/build/libs/lsp4ij-0.0.4.uber.jar")]
+ plugins = ['java', 'maven', 'gradle-java', 'properties', 'terminal', 'org.jetbrains.idea.maven', 'com.intellij.gradle']
updateSinceUntilBuild = false
}
diff --git a/src/main/resources/META-INF/lsp.xml b/src/main/resources/META-INF/lsp.xml
index 85ebd1d57..e7d6f6a50 100644
--- a/src/main/resources/META-INF/lsp.xml
+++ b/src/main/resources/META-INF/lsp.xml
@@ -9,7 +9,7 @@
-->
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ org.microshed.lsp4ij.ConnectDocumentToLanguageServerSetupParticipant
+
+
+
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 7f73db26f..1cc47b632 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -18,8 +18,6 @@
com.intellij.properties
org.jetbrains.idea.maven
com.intellij.gradle
-
- org.microshed.lsp4ij
@@ -254,6 +252,12 @@
+
+
+
+
+
diff --git a/src/main/resources/pluginNamespace.properties b/src/main/resources/pluginNamespace.properties
new file mode 100644
index 000000000..f7e4e125b
--- /dev/null
+++ b/src/main/resources/pluginNamespace.properties
@@ -0,0 +1 @@
+pluginNamespace=open-liberty.intellij
\ No newline at end of file