Skip to content

Commit be5dae7

Browse files
author
R. Tyler Croy
authored
Merge pull request #289 from mojavelinux/fix-jruby-prepare-example
Fix example for extending JRubyPrepare task
2 parents 2aa46e6 + e17ed37 commit be5dae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jruby-gradle-base-plugin/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ task unpackMyGems(type : JRubyPrepare) {
194194
195195
// Add one or more gems
196196
// Can be String(s), File(s), FileCollection(s) or Configuration(s)
197-
gems project.configuration.gems
197+
dependencies project.configurations.gems
198198
}
199199
----
200200

0 commit comments

Comments
 (0)