Maintained by aalmiray
The plugin provides a task type for compiling Golo code. It also applies Java Plugin and Application Plugin to allow for building, packaging and executing code written in Golo..
| Website | https://github.com/golo-lang/gradle-golo-plugin |
|---|---|
| Author | erdi |
| Version | 0.2 |
buildscript {
repositories { jcenter() }
dependencies {
classpath 'org.golo-lang:gradle-golo-plugin:0.2'
}
}
apply plugin: 'golo'