Go to file
Uwe Kubosch 89740f105b Release 2.1.0-beta.5 with GitHub Pages 2023-05-18 15:57:10 +02:00
.github/workflows Release 2.1.0-beta.5 with GitHub Pages 2023-05-18 15:57:10 +02:00
base-plugin Bump version to 2.1.0-beta.1 2023-05-17 11:51:20 +02:00
buildSrc
core-plugin Fix documentation site generation. 2023-05-18 12:59:24 +02:00
docs Try building with Java 8 using jruby-gradle-plugin:2.0.2 2023-05-18 14:18:25 +02:00
examples Fix documentation site generation. 2023-05-18 12:59:24 +02:00
gradle Adjust license to include 2021 2021-05-02 19:15:20 +02:00
jar-plugin Release 2.1.0-beta.2 and try publishing docs 2023-05-17 20:06:34 +02:00
war-plugin Update copyright year from 2020 to 2023 2023-05-16 10:20:02 +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
Jenkinsfile
LICENSE.md
README.adoc Update README with link to the published plugins. 2023-05-17 13:12:48 +02:00
build.gradle Added gradle 7.6.1 to the test matrix 2023-05-17 09:41:59 +02:00
changelog.rb
gradle.properties Release 2.1.0-beta.5 with GitHub Pages 2023-05-18 15:57:10 +02:00
gradlew
gradlew.bat
settings.gradle Correct plugin id for com.github.jruby-gradle.war 2023-05-16 10:13:03 +02:00

README.adoc

<html lang="en"> <head> </head>

JRuby/Gradle plugins

Build Status
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.1 relies on JRuby 9.4 and later.
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
Note
The plugins are published at plugins.gradle.org.
</html>