mirah / gradle-mirah-plugin

Gradle plugin to compile Mirah source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mirah Plugin for Gradle

Build Status
plugins {
  id 'org.mirah.lang' version '0.9'
}

dependencies {
  compile 'org.mirah:mirah:0.2.1' // (1)
}
  1. Define the version of Mirah to be used for compilation

Now put your sources in src/main/mirah or src/test/mirah

Two tasks (of type MirahCompile are automatically added when the plugin is applied. They are called compileMirah and compileTestMirah.

Compatibility

  • Gradle 2.0 - 2.12

  • JDK 1.7+

The future

  • MirahDoc task type, when there is a way to build source docs.

  • Clean stale class files if it is deemed to be an issue.

  • Incremental compilation (when supported by Mirah).

  • Joint compilation (when supported by Mirah).

About

Gradle plugin to compile Mirah source code

License:Other


Languages

Language:Groovy 92.7%Language:Mirah 7.3%