Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 650 Bytes

Intellij IDEA Concord plugin

Description

A Concord flow plugin for IntelliJ IDEA

Building

Dependencies:

  • Java 11
git clone ...
cd concord-intellij
./gradlew buildPlugin

The resulting concord-intellij-version-SNAPSHOT.zip is located in build/distributions and can then be installed either manually or uploaded to a custom plugin repository.

Execute an IntelliJ IDEA instance with concord plugin

git clone ...
cd concord-intellij
./gradlew runIde