summaryrefslogtreecommitdiff
path: root/README.adoc
blob: 0c2f162a298d1c5a02713a2d9afb91724eaf6518 (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
= Frege Gradle Plugin

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 how to use this plugin.

This plugin creates the following tasks:
- compileFrege
- compileTestFrege
- fregeRepl
- fregeQuickCheck
- fregeDoc
- fregeNativeGen

= Usage

See https://plugins.gradle.org/plugin/org.frege-lang

= Continuous Integration

The Travis CI build of this repository is at https://travis-ci.org/Frege/frege-gradle-plugin.

= Snapshots

Snapshot releases are available from the Sonatype repository at https://oss.sonatype.org/content/groups/public/org/frege-lang.