Go to file
Schalk Cronje 9387814caf Partially deal with != in ranges, by ignoring the version (#290) 2019-06-05 22:11:07 +02:00
base-plugin Partially deal with != in ranges, by ignoring the version (#290) 2019-06-05 22:11:07 +02:00
buildSrc Add a test configuration plugin to simplify testing 2019-05-05 15:35:34 +02:00
core-plugin Partially deal with != in ranges, by ignoring the version (#290) 2019-06-05 22:11:07 +02:00
docs Copy edits 2019-05-11 09:23:22 -07:00
examples Add documentation and an example for jrubyArgs on the JRubyExec task 2019-05-25 14:53:56 -07:00
gradle Partially deal with != in ranges, by ignoring the version (#290) 2019-06-05 22:11:07 +02:00
jar-plugin Partially deal with != in ranges, by ignoring the version (#290) 2019-06-05 22:11:07 +02:00
war-plugin Cleanup Codenarc violations (#351) 2019-05-05 20:40:34 +02:00
.gitignore Restructure JRubyExecExtensionIntegrationSpec 2019-05-05 15:35:34 +02:00
.travis.yml Enforce jdk11 testing in Travis 2019-05-13 08:25:20 -07:00
CHANGELOG.md Reference the closed milestones which are more accurate for release notes 2017-09-28 18:08:51 -07:00
CNAME
CODE_OF_CONDUCT.adoc
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-05-19 22:03:30 -07:00
HACKING.md Restructure JRubyExecExtensionIntegrationSpec 2019-05-05 15:35:34 +02:00
Jenkinsfile
LICENSE.md
README.adoc Update documentation to show use of proxy service (#364) 2019-06-01 13:33:58 +02:00
appveyor.yml Configure build-scan plugin 2019-03-04 15:28:38 +01:00
build.gradle Support an internal Ivy proxy to Rubygems.org (#364) 2019-06-01 13:33:58 +02:00
changelog.rb
gradle.properties Cleaned up and restructured base-plugin (#366). 2019-06-05 02:52:43 +02:00
gradlew Fix nagging issues preventing a release 2018-08-04 13:52:29 +02:00
gradlew.bat Fix nagging issues preventing a release 2018-08-04 13:52:29 +02:00
settings.gradle Support an internal Ivy proxy to Rubygems.org (#364) 2019-06-01 13:33:58 +02:00

README.adoc

<html lang="en"> <head> </head>

JRuby/Gradle plugins

Build Status
download
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.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
</html>