Go to file
Schalk W. Cronjé 4213f06c8f Run windows tests with --info 2022-05-18 17:37:53 +02:00
.github/workflows Run windows tests with --info 2022-05-18 17:37:53 +02:00
base-plugin Run windows tests with --info 2022-05-18 17:37:53 +02:00
buildSrc
core-plugin cleanup integration tests 2022-05-16 21:01:47 +02:00
docs (#386) Setup initial publishing from GH Actions 2021-05-02 21:43:57 +02:00
examples Upgrade to grolifant 1.0.0-alpha.2 2020-11-13 16:54:40 +01:00
gradle Adjust license to include 2021 2021-05-02 19:15:20 +02:00
jar-plugin (#386) Setup initial publishing from GH Actions 2021-05-02 21:43:57 +02:00
war-plugin (#386) Setup initial publishing from GH Actions 2021-05-02 21:43:57 +02:00
.gitignore
.sdkmanrc (#386) Setup initial publishing from GH Actions 2021-05-02 21:43:57 +02:00
CHANGELOG.md
CNAME
CODE_OF_CONDUCT.adoc
CODE_OF_CONDUCT.md
HACKING.adoc HACKING file is an AsciiDoc document 2019-12-22 10:56:52 +01:00
Jenkinsfile
LICENSE.md
README.adoc
build.gradle Workaround plugin portal issue. Point to repo and not website 2022-05-16 14:00:01 +02:00
changelog.rb
gradle.properties cleanup integration tests 2022-05-16 21:01:47 +02:00
gradlew
gradlew.bat
settings.gradle Remove deprecation warnings related to Gradle 5 2019-12-19 12:07:47 +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

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:

  • core (in core-plugin/): Rubygems proxy.

  • base (in base-plugin/): dependency resolution, executing Ruby, etc.

  • jar (in jar-plugin/): packaging JRuby-based .jar files

  • war (in war-plugin/): packaging JRuby-based .war files

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