This is a plugin for IntelliJ IDEA that adds a menu to execute Simple Build Tool (SBT) commands.
Define your favorite commands under Project Settings > SBT Executor.
Install SBT Executor from IntelliJ's Plugins section.
- Open this project in IntelliJ.
- Make sure the project SDK is IntelliJ IDEA (in Project Structure -> Project Settings -> Project).
- Make sure the SDK uses JDK version 11.
- A run configuration should exist that launches the plugin in another IntelliJ window.
- In IntelliJ, select Build -> Prepare Plugin Module.... Observe the generated zip file.
- Log in to https://plugins.jetbrains.com/.
- Select the plugin, click the edit icon, then upload the zip file from step 1.