From e8b9455631260aa1211583cf958cbed32c6d7b92 Mon Sep 17 00:00:00 2001 From: Mark Perry Date: Thu, 17 Sep 2015 15:26:34 +1000 Subject: Listed plugin tasks in readme --- README.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.adoc') 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 -- cgit