tricktron / frege-gradle-plugin

Gradle plugin for compiling Frege projects
2 stars 1 forks source link

Only Compile Specified Files if Specified #26

Closed tricktron closed 2 years ago

tricktron commented 2 years ago

Fixes #25 and fixes #24.

The runFrege and replFrege tasks now only compile the specified modules by mainModule and replModule instead of all files.