diff --git a/index.html b/index.html index d413cfd..6b50848 100644 --- a/index.html +++ b/index.html @@ -408,10 +408,108 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b .hide-for-print{display:none!important} .show-for-print{display:inherit!important}} + - +
@@ -437,7 +535,7 @@ plugin.

build.gradle
-
/* Add the JRuby Gradle "base" plugin as a dependency of our build script */
+
/* Add the JRuby Gradle "base" plugin as a dependency of our build script */
 buildscript {
     repositories { jcenter() }
     dependencies {
@@ -469,6 +567,20 @@ task spec(type: JRubyExec) {
 Ruby-based dependencies being resolved and installed, then JRubyExec will
 execute RSpec using JRuby.

+
+ + + + + +
+
Note
+
+The version in the above example might be out of date, please refer to the +release +page for the latest version of the base plugin. +
+

More examples can be found in the JRuby Gradle Cookbook.

@@ -483,7 +595,7 @@ execute RSpec using JRuby.

diff --git a/start.html b/start.html index 96e7cfa..83c73ad 100644 --- a/start.html +++ b/start.html @@ -408,10 +408,105 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b .hide-for-print{display:none!important} .show-for-print{display:inherit!important}} + - +