diff options
| author | mo <mo.khan@gmail.com> | 2019-07-13 13:31:34 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-07-13 13:31:34 -0600 |
| commit | e397927ab6cad22c94baff80486dfa98d4f5ddfe (patch) | |
| tree | a89d4417aa58b84446c2ea30dee1d0b86223fa60 /Rakefile | |
| parent | feb61ff33d63c753613ae540106d56bd379f877c (diff) | |
complete question 5
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,6 +27,6 @@ task(doc: [:pdf]) { sh 'mvn javadoc:javadoc' } task publish: [:clean, :test, :doc, :repackage] task(:build) { sh "mvn package" } task(run: :build) { run_cli } -1.upto(4) { |n| task("run#{n}": :build) { run_cli(n) } } +1.upto(10) { |n| task("run#{n}": :build) { run_cli(n) } } task default: [:publish] |
