-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install jruby-complete.jar, and set "jruby"
When using JRuby, Embulk expects to have an Embulk System Property "jruby" with a "file:" URI, such as "jruby=file:///path/to/jruby-complete.9.x.y.z.jar" See EEP-6: JRuby as Optional https://github.com/embulk/embulk/blob/master/docs/eeps/eep-0006.md This change is to add a new "jruby" notation in "installEmbulkRunSet" to download jruby-complete.jar, and set the "jruby" property.
- Loading branch information
Showing
3 changed files
with
82 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters