diff options
| author | mo <mo.khan@gmail.com> | 2019-06-04 20:26:18 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-06-04 20:26:18 -0600 |
| commit | 9af5a72706c3180c57422f296ad68b2cff69cf3e (patch) | |
| tree | b8432290e76b1ecf51fbcf4b82d4b9cca0108e1e /Rakefile | |
| parent | 0f3a597eead0e8ddbe693c021ee63adda56ab88c (diff) | |
build before running
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,6 +28,6 @@ task publish: [:clean, :test, :doc, :repackage] task(:build) { sh "mvn package" } task(run: :build) { run_cli } task(run1: :build) { run_cli(1) } -task(:run2) { run_cli(2) } +task(run2: :build) { run_cli(2) } task default: [:publish] |
