The Morganey Gradle plugin makes it easy to package Morganey modules in the JAR created from your project
To build the Morganey Gradle plugin follow the instructions in CONTRIBUTING.md
To use the plugin in your project add the following to your build.gradle
:
plugins {
id 'me.rexim.morganey' version '0.0.1'
}
If the build completed sucessfully a JAR file should be generated
in the project build directory called projectname-version.jar