Skip to content

Commit eb08258

Browse files
committed
Fixed test related to project.jrubyexec
1 parent 82f77ca commit eb08258

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -255,13 +255,13 @@ task needSomeRubyLove {
255255
}
256256
```
257257

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`.
259259

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`
261261
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.
265265

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.
267267
All other methods should work.

0 commit comments

Comments
 (0)