Skip to content

Commit de864bc

Browse files
committed
Update the documentation to refer to the right files and add some 2.0 notices
1 parent 1511cfd commit de864bc

File tree

7 files changed

+15
-11
lines changed

7 files changed

+15
-11
lines changed

README.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ image::https://badges.gitter.im/Join%20Chat.svg[link="https://gitter.im/jruby-gr
99

1010
You can also join us on the link:https://groups.google.com/forum/#!forum/jruby-gradle[JRuby/Gradle mailing list]
1111

12-
The purpose of these plugins is to bundle useful link:http://gradle.org[Gradle]
13-
functionality for JRuby projects. Use of this plugin replaces the need for both link:http://bundler.io[Bundler] and link:https://github.com/jruby/warbler[Warbler].
12+
JRuby/Gradle brings the power and flexibilitye of
13+
link:http://gradle.org[Gradle]
14+
to the Ruby ecosystem! With JRuby/Gradle you can specify your Java and Ruby dependencies together, build jar files, run tests, and much more!.
1415

1516

16-
The Ruby gem dependency code for this project relies on the link:http://rubygems.lasagna.io/proxy/maven/releases[Rubygems Maven
17-
proxy] operated by link:https://github.com/rtyler[R. Tyler Croy]
17+
Use of this plugin replaces the need for Rake, link:http://bundler.io[Bundler]
18+
and link:https://github.com/jruby/warbler[Warbler].
19+
20+
21+
NOTE: JRuby/Gradle 2.0 relies on JRuby 9.x and later.
1822

1923

2024
This repository contains the:
@@ -24,5 +28,4 @@ This repository contains the:
2428
* `war` (in `jruby-gradle-war-plugin/`): packaging JRuby-based `.war` files
2529
2630
27-
2831
NOTE: More documentation can be found on link:http://jruby-gradle.org[jruby-gradle.org]

docs/base.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
:page-layout: base
33
:toc: right
44

5-
include::./../jruby-gradle-base-plugin/README.adoc[]
5+
include::./../base-plugin/README.adoc[]

docs/errors/jar-deprecated-jrubyversion.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ JRuby in an "embedded" scenario more reliable. Packing a `JRubyJar` being a
1010
fairly typical "embedded JRuby" use-case, there is certain functionality that
1111
relies on these improvements.
1212

13+
14+
NOTE: With JRuby/Gradle 2.0.0, JRuby versions 1.7.x are **completely** unsupported.
15+
1316
This does **not** mean older versions of JRuby won't work in `JRubyJar`
1417
archives but rather: you are _likely_ going to experience problems with a more
1518
complex use-case on an older JRuby. For example, Rails applications will not

docs/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ link:http://jruby.org[JRuby] with Gradle's excellent task and dependency
1010
management, *JRuby/Gradle* provides high quality build tooling for
1111
Ruby and Java developers alike.
1212

13-
NOTE: As from version 1.6.0 you will need at last Gradle 2.8.
13+
NOTE: As from version 2.0.0 you will need at least Gradle 4.2.
1414

1515
*Plugins available:*
1616

docs/jar.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
:page-layout: base
33
:toc: right
44

5-
include::./../jruby-gradle-jar-plugin/README.adoc[]
5+
include::./../jar-plugin/README.adoc[]

docs/start.adoc

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/war.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
:page-layout: base
33
:toc: right
44

5-
include::./../jruby-gradle-war-plugin/README.adoc[]
5+
include::./../war-plugin/README.adoc[]

0 commit comments

Comments
 (0)