File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -255,13 +255,13 @@ task needSomeRubyLove {
255
255
}
256
256
```
257
257
258
- The behaviour of ``` project.jrubyexec ``` is slightly different to that of ``` JRubyExec `` ` .
258
+ The behaviour of ` project.jrubyexec ` is slightly different to that of ` JRubyExec ` .
259
259
260
- * The version of ``` jruby-complete ``` is strictly tied to to ``` jruby.defaultVersion ``` . Therefore trying to set ``` jrubyVersion `` `
260
+ * The version of ` jruby-complete ` is strictly tied to the ` jruby.execVersion ` . Therefore trying to set ` jrubyVersion `
261
261
in the ``` jrubyexec ``` closure will cause a failure
262
- * GEMs and additional JARs are only taken from the ``` jrubyExec `` ` configuration.
263
- * It is not possible to supply a ``` configuration ``` parameter to the ``` jrubyexec `` ` closure.
264
- * GEMs will be installed to ``` jruby.gemInstallDir `` ` . Existing gems will not be overwritten.
262
+ * GEMs and additional JARs are only taken from the ` jrubyExec ` configuration.
263
+ * It is not possible to supply a ` configuration ` parameter to the ` jrubyexec ` closure.
264
+ * GEMs will be installed to ` jruby.gemInstallDir ` . Existing gems will not be overwritten.
265
265
266
- As with ``` JRubyExec ``` , ``` args ``` , ``` setArgs ``` and ``` main ``` are illegal within the ``` jrubyexec `` ` closure.
266
+ As with ` JRubyExec ` , ` args ` , ` setArgs ` and ` main ` are illegal within the ` jrubyexec ` closure.
267
267
All other methods should work.
You can’t perform that action at this time.
0 commit comments