IntelliJ plugin to bookmark and run gradle tasks.
Two options:
- Download plugin zip from the latest Release.
Settings-> plugins -> Install Plugin from Disk
with the Zip
- Clone project
./gradlew buildPlugin
Settings-> plugins -> Install Plugin from Disk
with the zip inbuild/distributions/
Note
Requires Java 17
Add keymaps for the following Actions (or use: Tools -> Gradle Harpoon ) :
Edit Harpoon Config
- Used to bookmark a gradle config.Run Harpoon Config
- Used to run a config.Reset Harpoon Configs
- Resets bookmarked configs.
Note
If you are using IdeaVim the action names are:
ca.terrylockett.gradleharpoon.window.EditHarpoonWindow
ca.terrylockett.gradleharpoon.window.RunHarpoonWindow
ca.terrylockett.gradleharpoon.action.ResetHarpoonConfigurations