You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPING.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,8 @@
19
19
This extension is built using the [gradle-intellij-plugin](https://github.com/JetBrains/gradle-intellij-plugin/).
20
20
21
21
1. Clone this repository: `git clone [email protected]:OpenLiberty/liberty-tools-intellij.git`
22
-
2. Clone the lsp4ij repository: `git clone [email protected]:MicroShed/lsp4ij.git`
23
-
3. Build lsp4ij and save it in your local Maven repository. Run the following command from your local clone of the lsp4ij repository: `./gradlew publishToMavenLocal`.
24
-
4. Import this repository as a Gradle project in IntelliJ IDEA
25
-
5. Run `./gradlew runIde --stacktrace`. A new IntelliJ IDEA window will launch with the Liberty Tools plugin installed to it. You can connect the IntelliJ IDEA debugger to this process to debug the plugin.
22
+
2. Import this repository as a Gradle project in IntelliJ IDEA
23
+
3. Run `./gradlew runIde --stacktrace`. A new IntelliJ IDEA window will launch with the Liberty Tools plugin installed to it. You can connect the IntelliJ IDEA debugger to this process to debug the plugin.
0 commit comments