Skip to content

1. Setting up IntelliJ

Burak edited this page Jan 7, 2025 · 1 revision

Steps to set up IntelliJ to start developing Storm 2 plugins

  1. Clone the storm2-example-plugin repository
  2. The build button in the Gradle tab will compile your plugins into JAR files image

Important for verified Developers

When releasing your plugins, it is important that you change the githubUri variable in the Project.kt file to your hosting repository URI. See below. image

Clone this wiki locally