jruby-gradle-storm-plugin/README.adoc

33 lines
962 B
Plaintext

= JRuby/Gradle Storm Plugin
image:https://travis-ci.org/jruby-gradle/jruby-gradle-storm-plugin.svg?branch=master["Build Status", link="https://travis-ci.org/jruby-gradle/jruby-gradle-storm-plugin"]
image::https://api.bintray.com/packages/jruby-gradle/plugins/jruby-gradle-storm-plugin/images/download.svg[link="https://bintray.com/jruby-gradle/plugins/jruby-gradle-storm-plugin/_latestVersion"]
JRuby/Gradle plugin to manage creating Storm topology jars
== Usage
Including the plugin:
[source, groovy]
----
buildscript {
repositories { jcenter() }
dependencies {
classpath "com.github.jruby-gradle:jruby-gradle-storm-plugin:[0.4.4,0.5)"
}
}
----
== Creating a topolog .jar
Creating a topology `.jar` file is useflu when you plan on uploading your
topology to a running Storm cluster. *Currently* this plugin will only create
that jar for you, it will not upload it.
* `./gradlew jrubyStorm` will create a `.jar` in `build/libs/`