= 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/.