blob: eb892d02b5a55bef56f04eec75dc06bca2deeddf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
= Frege Gradle Plugin
This is an experiment 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
|