blob: 20233848961098ef2b7ae2c00bffb5505461da09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
= 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.
= Continuous Integration
The Travis CI build of this repository is at https://travis-ci.org/Frege/frege-gradle-plugin/ .
The snapshot builds are automatically deploy to Sonatype at https://oss.sonatype.org/content/groups/public/org/frege-lang/frege-gradle-plugin/.
|