Go to file
Lóránt Pintér 6b47d5dca7 Fix problems with task properties 2021-05-02 20:18:29 +02:00
.github/workflows Adjust license to include 2021 2021-05-02 19:15:20 +02:00
base-plugin Fix problems with task properties 2021-05-02 20:18:29 +02:00
buildSrc
core-plugin Adjust license to include 2021 2021-05-02 19:15:20 +02:00
docs
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 Adjust license to include 2021 2021-05-02 19:15:20 +02:00
war-plugin Update license headers 2020-01-17 23:11:26 +01:00
.gitignore
.sdkmanrc Add GH actions (#386) 2021-05-02 16:37:13 +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 Adjust license to include 2021 2021-05-02 19:15:20 +02:00
changelog.rb
gradle.properties Adjust license to include 2021 2021-05-02 19:15:20 +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>