Project

General

Profile

Feature #4053

Updated by Greg Shah about 5 years ago

The converted gradle build file can then be used in 2 ways (as a minimum):

- to create Intellij Idea FWD plugin, able to edit, convert, and run ABL files in Idea
- to complete Feature #1770 (multi-threaded conversion driver). Gradle builds can run in parallel mode, so instead of a specific driver, ordinary off-the shelf gradle can be used.

Back