aboutsummaryrefslogtreecommitdiffstats
path: root/integration/intellij/README.md
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@vespa.ai>2023-05-05 15:30:31 +0200
committerJon Bratseth <bratseth@vespa.ai>2023-05-05 15:30:31 +0200
commit751c597ac672a25e010bbcf85bbc0c3e99438f38 (patch)
tree1493ca66c7e27da41346099eaeff4dc46572a3ba /integration/intellij/README.md
parent940d95124995063779200c6d292e2d13b49f6f60 (diff)
Support IntelliJ 2023
Diffstat (limited to 'integration/intellij/README.md')
-rw-r--r--integration/intellij/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/integration/intellij/README.md b/integration/intellij/README.md
index d293b320028..7a872d84f42 100644
--- a/integration/intellij/README.md
+++ b/integration/intellij/README.md
@@ -13,17 +13,16 @@ Download it from JetBrains Marketplace.
Build (see below) and load it in IntelliJ by choosing
Preferences -> Plugins -> Press the gear icon -> Install Plugin from Disk.
+## Prerequisites
+
+ brew install gradle
+
## Building the plugin
gradle
This produces an installable plugin .zip in the directory build/distributions
-*Prerequisite*: gradle 7.
-
-Why gradle? Because it's what JetBrains supports for building plugins.
-However, gradle is configured with a maven directory layout.
-
## Optional IntelliJ plugins for working with plugin development
1. Plugin DevKit