Skip to content

Commit e17ed37

Browse files
authored
Fix example for extending JRubyPrepare task
* change gems to dependencies * change configuration to configurations
1 parent 2aa46e6 commit e17ed37

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)