Go to file
R. Tyler Croy 4352f4635d
Merge pull request #317 from jruby-gradle/jruby-mains
switch to latest jruby-mains version
2017-12-30 12:54:03 -08:00
docs Bump version to 1.6.0-SNAPSHOT 2017-09-27 18:10:58 +02:00
examples Upgradle to 4.2 and use GradleTest 1.0-beta12 2017-09-27 17:20:32 +02:00
gradle Upgrade our own use of Gradle to 4.3.1 2017-11-28 12:52:16 -08:00
jruby-gradle-base-plugin Drop all 1.7.x support 2017-11-28 13:26:18 -08:00
jruby-gradle-jar-plugin Ensure the right jruby-mains version is available for testing 2017-11-29 10:47:04 -08:00
jruby-gradle-war-plugin Upgradle to 4.2 and use GradleTest 1.0-beta12 2017-09-27 17:20:32 +02:00
.gitignore Upgradle to 4.2 and use GradleTest 1.0-beta12 2017-09-27 17:20:32 +02:00
.travis.yml What if we only used two Gradle workers? 2017-12-05 17:02:09 -08:00
CHANGELOG.md Reference the closed milestones which are more accurate for release notes 2017-09-28 18:08:51 -07: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
Jenkinsfile Attempt to archive artifacts and test results even if something fails 2016-09-02 18:49:40 -07:00
LICENSE.md
README.adoc Fix links in the README 2015-08-07 10:06:13 -07:00
appveyor.yml
build.gradle Default to JRuby 9.1.14.0 which now has some nice Java 9 support 👏 2017-11-28 12:52:16 -08:00
changelog.rb
gradle.properties Default to JRuby 9.1.14.0 which now has some nice Java 9 support 👏 2017-11-28 12:52:16 -08:00
gradlew
gradlew.bat
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>