Skip to content

Commit b97b8ce

Browse files
author
R. Tyler Croy
committed
Include more of the example build.gradle files in the documentation
Fixes #278
1 parent f1127fa commit b97b8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ execute a Ruby script, which has Ruby-based dependencies:
2727
.build.gradle (link:https://github.com/jruby-gradle/jruby-gradle-plugin/blob/master/examples/run-simple-ruby-script/build.gradle[full source])
2828
[source, gradle]
2929
----
30-
include::../examples/run-simple-ruby-script/build.gradle[lines=16..30]
30+
include::../examples/run-simple-ruby-script/build.gradle[lines=6..30]
3131
----
3232

3333
.print-script.rb (link:https://github.com/jruby-gradle/jruby-gradle-plugin/blob/master/examples/run-simple-ruby-script/print-script[full source])
@@ -47,7 +47,7 @@ image::images/print-script-output.png[]
4747
.build.gradle (link:https://github.com/jruby-gradle/jruby-gradle-plugin/blob/master/examples/self-executing-jar/build.gradle[full source])
4848
[source, gradle]
4949
----
50-
include::../examples/self-executing-jar/build.gradle[lines=17..33]
50+
include::../examples/self-executing-jar/build.gradle[lines=6..40]
5151
----
5252

5353
.entrypoint.rb (link:https://github.com/jruby-gradle/jruby-gradle-plugin/blob/master/examples/self-executing-jar/entrypoint.rb[full source])

0 commit comments

Comments
 (0)