jruby-gradle-plugin/README.adoc

32 lines
1.4 KiB
Plaintext
Raw Normal View History

= JRuby/Gradle plugins
image::https://travis-ci.org/jruby-gradle/jruby-gradle-plugin.svg?branch=master["Build Status", link="https://travis-ci.org/jruby-gradle/jruby-gradle-plugin"]
2014-08-10 23:36:10 +00:00
image::https://api.bintray.com/packages/jruby-gradle/plugins/jruby-gradle-plugin/images/download.svg[link="https://bintray.com/jruby-gradle/plugins/jruby-gradle-plugin/_latestVersion"]
2014-10-12 21:30:50 +00:00
image::https://badges.gitter.im/Join%20Chat.svg[link="https://gitter.im/jruby-gradle/jruby-gradle-plugin", title="Gitter"]
2015-08-07 17:06:13 +00:00
You can also join us on the link:https://groups.google.com/forum/#!forum/jruby-gradle[JRuby/Gradle mailing list]
JRuby/Gradle brings the power and flexibilitye of
link:http://gradle.org[Gradle]
to the Ruby ecosystem! With JRuby/Gradle you can specify your Java and Ruby dependencies together, build jar files, run tests, and much more!.
Use of this plugin replaces the need for Rake, link:http://bundler.io[Bundler]
and link:https://github.com/jruby/warbler[Warbler].
NOTE: JRuby/Gradle 2.0 relies on JRuby 9.x and later.
2015-07-20 23:21:03 +00:00
This repository contains the:
2015-07-20 23:21:03 +00:00
* `base` (in `jruby-gradle-base-plugin/`): dependency resolution, executing Ruby, etc.
* `jar` (in `jruby-gradle-jar-plugin/`): packaging JRuby-based `.jar` files
* `war` (in `jruby-gradle-war-plugin/`): packaging JRuby-based `.war` files
2015-07-20 23:21:03 +00:00
2015-08-07 17:06:13 +00:00
NOTE: More documentation can be found on link:http://jruby-gradle.org[jruby-gradle.org]