Maintained by aalmiray
The plugin provides tasks for managing Gaelyk projects in any given Gradle build. It applies Gradle GAE plugin and Groovy plugin to the project. It changes the configuration of FatJAR and GAE plugins and of main source set to better fit Gaelyk application needs. Finally it adds some Gaelyk specific tasks.
Website | https://github.com/gaelyk/gradle-gaelyk-plugin |
---|---|
Author | gaelyk |
Version | 0.5 |
buildscript { repositories { jcenter() } dependencies { classpath 'org.gradle.api.plugins:gradle-gaelyk-plugin:0.5' } } apply plugin: 'gaelyk'