summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-06-02 22:05:13 -0600
committermo <mo.khan@gmail.com>2019-06-02 22:05:13 -0600
commit44e29be9318ede77de14dca25c4cedd608045c07 (patch)
treea2645b39f4ddc2c1b26ed04e5713a776a6da513a /Rakefile
parentb754fe0ae62308ecfd9464b824e90bdb1a147380 (diff)
update main main to choose which exercise to run
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index aece925..f906359 100644
--- a/Rakefile
+++ b/Rakefile
@@ -24,7 +24,6 @@ task publish: [:clean, :test, :doc, :repackage]
task :run do
sh "mvn package"
sh "java -cp target/assignment2*.jar ca.mokhan.comp268.App"
- sh "java -cp target/assignment2*.jar ca.mokhan.comp268.App"
end
task :run1 do