diff options
author | Mark Perry <maperry78+github@gmail.com> | 2015-09-17 15:26:34 +1000 |
---|---|---|
committer | Mark Perry <maperry78+github@gmail.com> | 2015-09-17 15:26:34 +1000 |
commit | e8b9455631260aa1211583cf958cbed32c6d7b92 (patch) | |
tree | 2880ad9b3db4cadcfb74e40a488136c23406ecf2 /README.adoc | |
parent | 232902692af9df80ab57a42782378870cc738ee2 (diff) | |
download | frege-gradle-plugin-e8b9455631260aa1211583cf958cbed32c6d7b92.tar.gz frege-gradle-plugin-e8b9455631260aa1211583cf958cbed32c6d7b92.tar.bz2 frege-gradle-plugin-e8b9455631260aa1211583cf958cbed32c6d7b92.zip |
Listed plugin tasks in readme
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 4af9678..ff70bf5 100644 --- a/README.adoc +++ b/README.adoc @@ -3,6 +3,14 @@ This is the official Gradle plugin to compile Frege projects (https://github.com/Frege/frege). See the example project, https://github.com/mperry/frege-gradle-example, for how to use this plugin. +This plugin creates the following tasks: +- compileFrege +- compileTestFrege +- fregeRepl +- fregeQuickCheck +- fregeDoc +- fregeNativeGen + = Usage See https://plugins.gradle.org/plugin/org.frege-lang |