You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,8 @@ Common methods for ```JRubyExec``` for executing a script
92
92
*```ignoreExitValue``` - ```Boolean```. Ignore the JVm exit value. Exit values are only effective if the exit value of the Ruby script is correctly communicated back to the JVM.
93
93
*```configuration``` - ```String```. Configuration to copy gems from. (*)
94
94
*```classpath``` - ```List```. Additional Jars/Directories to place on classpath.
95
-
*```jrubyVersion``` - ```String```. JRuby version to use if not the same as ```project.jruby.execVersion```.
95
+
*```jrubyVersion``` - ```String```. JRuby version to use if not the same as ```project.jruby.execVersion```.
96
+
*```gemWorkDir``` - ```File```. Provide a custom working directory for unpacking GEMs.
96
97
97
98
(*) If ```jRubyVersion``` has not been set, ```jrubyExec``` will used as
98
99
configuration. However, if ```jRubyVersion``` has been set, no gems will be used unless an explicit configuration has been provided
0 commit comments