covers1624/WorkspaceTool

Add ability to set the folder for a run config.

Closed this issue · 0 comments

workspace(Intellij) {
    runConfigs {
        "CodeChickenLib Datagen" {
             group 'Data Gen'
            // ...
        }
    }
}