Support for the bld
pure Java build tool: https://rife2.com/bld
- detect
bld
projects and find their main Java class - quick access to open and edit the main Java class and wrapper properties of
bld
projects - list all the commands in
bld
projects in a side panel - execute one or multiple commands in the order they were selected
- reload the commands in the
bld
project - terminate currently running
bld
commands bld
console panel for command output with source code hyperlinking- display the
bld
dependency tree - toggle to run
bld
in offline or online mode - auto-save all open files before executing a
bld
command - convenient
bld
one-click cache invalidation - set
bld
commands to run before or after IDEA compilation - create custom
bld
command run configuration with options, JVM arguments, and before launch tasks - assign keyboard shortcuts to
bld
commands
Projects need to use bld
v2.0
or later.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "bld" > Install
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.