blob: 554421a3cf615c419d43c7dbd7805d5c1f3650d1 (
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
bq.
There is no need to install gradle or anything else beside a recent Java version.
It is all self-installing.
note.
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.
|