Go to file
Schalk Cronje 6d5c8e5a5d Restructure JRubyExecExtensionIntegrationSpec 2019-05-05 15:35:34 +02:00
base-plugin Restructure JRubyExecExtensionIntegrationSpec 2019-05-05 15:35:34 +02:00
buildSrc Add a test configuration plugin to simplify testing 2019-05-05 15:35:34 +02:00
docs Base plugin should be called jruby-gradle-plugin for now 2018-08-29 16:53:07 +01:00
examples Upgradle to 4.2 and use GradleTest 1.0-beta12 2017-09-27 17:20:32 +02:00
gradle Add Gradle TestKit to integration test classpath 2019-05-05 15:35:34 +02:00
jar-plugin Restructured directories for simpler and shorter names 2019-05-05 15:35:34 +02:00
war-plugin Restructured directories for simpler and shorter names 2019-05-05 15:35:34 +02:00
.gitignore Restructure JRubyExecExtensionIntegrationSpec 2019-05-05 15:35:34 +02:00
.travis.yml Configure build-scan plugin 2019-03-04 15:28:38 +01: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 Restructure JRubyExecExtensionIntegrationSpec 2019-05-05 15:35:34 +02:00
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 Configure build-scan plugin 2019-03-04 15:28:38 +01:00
build.gradle Restructured GemUtilsSpec 2019-05-05 15:35:33 +02:00
changelog.rb Update the changelog with the 0.1.3 milestone 2014-10-12 14:18:17 -07:00
gradle.properties Restructure JRubyExecExtensionIntegrationSpec 2019-05-05 15:35:34 +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 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

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>