embulk / embulk/gradle-embulk-plugins
Execute almost all the process of the `gem` task in `GemCopyAction`
Open
nitpicks-and-refactoring
- Dominant language
- Java
- Stars
- 8
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
`AbstractArchiveTask` is expected to "read" the original data, and write into the destination archive, in its `CopyAction`. Currently, the process is done by running "copy", and executing JRuby in `Gem`, and then move the archive generated by JRuby to the destination path.
The process should be done in `GemCopyAction` to be compliant.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.