IntelliJ Run configuration plugin for Task.
- Install
task
. See here - JDK 17 or higher to build from source
Install Taskfile Plugin by searching Taskfile
in plugin marketplace.
- Build source
$ ./gradlew build
- Copy
build/distributions/task-intellij-plugin-*.zip
file. - In IntelliJ IDEA Preferences -> Plugin -> Install Plugin from Disk -> Select file from step 2.
- Open 'Run/Debug Configurations'.
- Add
Taskfile
:- Task executable: Select
task
executable to run. Set empty to runtask
in$PATH
. - Taskfile: Select
Taskfile.yml
file to use. - Task: Input task name to run.
- CLI arguments: Input CLI arguments to use.
- Working directory
- Environment variables: See Environment Variables
- Variables: See Variables
- Task executable: Select