Skip to content

Commit b96dcef

Browse files
Merge pull request #1004 from aparnamichael/issue1002_Update_documentation
Updated the DEVELOPING.md - Removed the steps for building lsp4ij code from Microshed
2 parents 3a25ea4 + dd9c948 commit b96dcef

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

DEVELOPING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919
This extension is built using the [gradle-intellij-plugin](https://github.com/JetBrains/gradle-intellij-plugin/).
2020

2121
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.
2624

2725
OR
2826

0 commit comments

Comments
 (0)