jruby-gradle-plugin/README.adoc

31 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

= JRuby/Gradle plugins
image::https://github.com/jruby-gradle/jruby-gradle-plugin/actions/workflows/build.yml/badge.svg["Build Status", link="https://github.com/jruby-gradle/jruby-gradle-plugin/actions/workflows/build.yml"]
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]
2019-05-11 16:23:22 +00:00
JRuby/Gradle brings the power and flexibility 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.1 relies on JRuby 9.4 and later. +
2023-05-15 15:32:55 +00:00
JRuby/Gradle 2.0 relies on JRuby 9.x and later.
2015-07-20 23:21:03 +00:00
This repository contains the:
* `core` (in `core-plugin/`): Rubygems proxy.
* `base` (in `base-plugin/`): dependency resolution, executing Ruby, etc.
* `jar` (in `jar-plugin/`): packaging JRuby-based `.jar` files
* `war` (in `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]
NOTE: The plugins are published at link:https://plugins.gradle.org/u/rtyler[plugins.gradle.org].