Go to file
R. Tyler Croy a595080dfd
Update the version to accomodate a minor release with 9.0.5.0
2016-02-03 05:27:50 -08:00
buildSrc Express Gradle 2.0 as a compile dependency despite the project using 2.6 2015-08-13 11:17:17 -07:00
docs Link to the full source on the homepage to make the documentation more clear 2015-11-08 08:53:04 -08:00
examples Ensure that the shadow plugin code will be loaded in the classpath for gradleTest 2015-09-29 15:29:06 -07:00
gradle Provide a more full set of CodeNarc rules and the corresponding cleanups 2015-10-01 17:01:37 -07:00
jruby-gradle-base-plugin Bump the base version of JRuby to 9.0.5.0 2016-02-03 05:27:46 -08:00
jruby-gradle-jar-plugin generate .jrubydir files for gems/** and specifications/* as well 2015-12-01 11:28:17 +01:00
jruby-gradle-war-plugin Provide a more full set of CodeNarc rules and the corresponding cleanups 2015-10-01 17:01:37 -07:00
.gitignore Introduce awestruct and some asciidocs for the new jruby-gradle.org 2015-07-20 16:21:58 -07:00
.travis.yml Remove oraclejdk7 from test matrix and reduce redundant task execution from CI 2015-09-10 10:57:20 -07:00
CHANGELOG.md adjusted Changelog.md [skip ci] 2015-06-03 11:15:53 +02:00
CNAME Add CNAME for the site 2015-07-20 16:21:25 -07:00
CODE_OF_CONDUCT.adoc Fix some bulleted list issues in the code of conduct 2015-11-18 10:34:07 -08:00
HACKING.md Added more notes about testing 2014-08-21 16:44:48 +01:00
LICENSE.md Add MIT license 2014-08-08 13:02:46 -07:00
README.adoc Fix links in the README 2015-08-07 10:06:13 -07:00
appveyor.yml Added gradleTest compatibility support 2015-05-06 15:29:50 +01:00
build.gradle Update the version to accomodate a minor release with 9.0.5.0 2016-02-03 05:27:50 -08:00
changelog.rb Update the changelog with the 0.1.3 milestone 2014-10-12 14:18:17 -07:00
gradle.properties Bump the base version of JRuby to 9.0.5.0 2016-02-03 05:27:46 -08:00
gradlew Add gradle wrapper 2014-08-08 12:16:42 -07:00
gradlew.bat Add gradle wrapper 2014-08-08 12:16:42 -07:00
settings.gradle Introduce awestruct and some asciidocs for the new jruby-gradle.org 2015-07-20 16:21:58 -07: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

The purpose of these plugins is to bundle useful Gradle functionality for JRuby projects. Use of this plugin replaces the need for both Bundler and Warbler.

The Ruby gem dependency code for this project relies on the Rubygems Maven proxy operated by R. Tyler Croy

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>