Go to file
R Tyler Croy 411479474e
Merge pull request #356 from rtyler/shadow-307
Sync JRubyJarCopyAction with the upstream/originating shadow code
2019-05-19 20:26:23 -07:00
base-plugin Bump the baseline for old version testing to JRuby 9.2.1.0 2019-05-13 08:24:22 -07:00
buildSrc Add a test configuration plugin to simplify testing 2019-05-05 15:35:34 +02:00
docs Copy edits 2019-05-11 09:23:22 -07:00
examples
gradle Upgrade a little further to 4.10.2 2019-05-13 06:56:02 -07:00
jar-plugin Remove a little bit more of the internal shadow APIs 2019-05-19 20:11:11 -07: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
CNAME
CODE_OF_CONDUCT.adoc
HACKING.md Restructure JRubyExecExtensionIntegrationSpec 2019-05-05 15:35:34 +02:00
Jenkinsfile
LICENSE.md
README.adoc Copy edits 2019-05-11 09:23:22 -07:00
appveyor.yml Configure build-scan plugin 2019-03-04 15:28:38 +01:00
build.gradle Adopt the Gradle versions for test as per @ysb33r's recommendation 2019-05-13 15:36:39 -07:00
changelog.rb
gradle.properties Restructured JRubyJarPluginSpec 2019-05-05 15:51:29 +02:00
gradlew
gradlew.bat
settings.gradle Use STABLE_PUBLISHING in preparation of future Gradle 5.x upgrade 2019-05-05 15:35:34 +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:

  • 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

Note
More documentation can be found on jruby-gradle.org
</html>