tricktron / frege-gradle-plugin

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

Run Frege Task Compiles All Source Files #24

Closed tricktron closed 2 years ago

tricktron commented 2 years ago

gradle runFrege --mainModule=my.mod.Name compiles all source files in the mainSourceDir instead of only the my.mod.Name and its dependencies.

Add a test for that.