summaryrefslogtreecommitdiff
path: root/README.adoc
blob: c3cc8de307830f5e291c9373d2b1e70a4f9adc79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
= Frege Gradle Plugin

This is an experimental Gradle plugin to compile Frege projects (https://github.com/Frege/frege).  It was forked from https://github.com/galderz/gradle-frege-plugin.

See the example project, https://github.com/mperry/gradle-frege-example, for how to use this plugin.  The 0.2-SNAPSHOT build has been uploaded to Sonatype.



To locally install this plugin use

    gradlew clean install


NOTE: There is no need to install gradle or anything else beside a recent Java version.
      It is all self-installing.


CAUTION: For the latest state of development, there is an issue with the dependency to
the frege-repl project that needs local installation since it is not available
in any public repository, yet.