embulk/gradle-embulk-plugins

Change the `gemPush` task not to be a `JavaExec` task

dmikurube opened this issue · 0 comments

A JavaExec task has its own configuraitons. These configurations may cause unexpected behavior of the gemPush task.

To avoid an unexpected behavior, it should not be a JavaExec task.