Skip to content

A Gradle plugin for working with JRuby projects for fun and profit. Mostly profit.

License

Notifications You must be signed in to change notification settings

jruby-gradle/jruby-gradle-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

024713c · May 18, 2023
May 18, 2023
May 17, 2023
May 5, 2019
May 18, 2023
May 18, 2023
May 18, 2023
May 2, 2021
May 17, 2023
May 16, 2023
May 5, 2019
May 2, 2021
Sep 29, 2017
Jul 20, 2015
Nov 18, 2015
May 20, 2019
Dec 22, 2019
Sep 3, 2016
Jun 13, 2019
May 17, 2023
May 18, 2023
Oct 12, 2014
May 18, 2023
Aug 4, 2018
Aug 4, 2018
May 16, 2023

Repository files navigation

JRuby/Gradle plugins

Build Status
Join%20Chat
Figure 1. Gitter

You can also join us on the JRuby/Gradle mailing list

JRuby/Gradle brings the power and flexibility of 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, Bundler and Warbler.

Note
JRuby/Gradle 2.1 relies on JRuby 9.4 and later.
JRuby/Gradle 2.0 relies on JRuby 9.x and later.

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

Note
More documentation can be found on jruby-gradle.org
Note
The plugins are published at plugins.gradle.org.