aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDierk Koenig <dierk.koenig@canoo.com>2020-07-01 23:22:33 +0200
committerDierk Koenig <dierk.koenig@canoo.com>2020-07-01 23:22:33 +0200
commit3be7e4219a15c0939f929c7c0836273f78e3a4f5 (patch)
tree4d06d975e117ffdfbb0d06bfba3f39665eba6196
parent2f06aae5fb72173cb153878a3ca8f293bb7497c2 (diff)
downloadfrege-gradle-plugin-3be7e4219a15c0939f929c7c0836273f78e3a4f5.tar.gz
frege-gradle-plugin-3be7e4219a15c0939f929c7c0836273f78e3a4f5.tar.bz2
frege-gradle-plugin-3be7e4219a15c0939f929c7c0836273f78e3a4f5.zip
update README.adoc
-rw-r--r--README.adoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index bb9594d..18cbd52 100644
--- a/README.adoc
+++ b/README.adoc
@@ -3,6 +3,9 @@
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 examples on the usage of this plugin.
+This plugin is an alternative to using Gradle's JavaEx task to start the Frege tools.
+Those who prefer the latter might want to have a look at (https://github.com/Dierk/HelloFrege)
+
== Plugin Application
The gradle plugin portal page for Frege documents how to apply the Frege plugin (https://plugins.gradle.org/plugin/org.frege-lang).