Go to file
R Tyler Croy ea2ba74d44
Merge pull request #343 from rtyler/newest-jruby
Bump the to the latest JRuby version of 9.2.7.0
2019-05-04 12:16:46 -07:00
docs Base plugin should be called jruby-gradle-plugin for now 2018-08-29 16:53:07 +01:00
examples
gradle Fix nagging issues preventing a release 2018-08-04 13:52:29 +02:00
jruby-gradle-base-plugin Replace stub gems with the Real McCoy. 2019-05-04 11:20:28 -07:00
jruby-gradle-jar-plugin Base plugin should be called jruby-gradle-plugin for now 2018-08-29 16:53:07 +01:00
jruby-gradle-war-plugin Base plugin should be called jruby-gradle-plugin for now 2018-08-29 16:53:07 +01:00
.gitignore
.travis.yml Revert "Test on OpenJDK11 now too" 2019-05-04 11:35:38 -07:00
CHANGELOG.md
CNAME
CODE_OF_CONDUCT.adoc
HACKING.md
Jenkinsfile
LICENSE.md
README.adoc
appveyor.yml Configure build-scan plugin 2019-03-04 15:28:38 +01:00
build.gradle Bump the version to 1.7.0 for release 2019-05-04 11:23:42 -07:00
changelog.rb
gradle.properties Bump the version to 1.7.0 for release 2019-05-04 11:23:42 -07: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 Base plugin should be called jruby-gradle-plugin for now 2018-08-29 16:53:07 +01: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>