Closed tricktron closed 3 years ago
Adds a runFrege gradle task that allows to run Frege module with a main function. The module name can be passed in the build.gradle file or with the command-line option --mainModule=<your.mod.Name>.
runFrege
build.gradle
--mainModule=<your.mod.Name>
Adds a
runFrege
gradle task that allows to run Frege module with a main function. The module name can be passed in thebuild.gradle
file or with the command-line option--mainModule=<your.mod.Name>
.