Skip to content

Commit

Permalink
add rebuild command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Apr 25, 2017
1 parent 17a2bef commit 4da96cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#!/bin/bash

project=jline

function command_rebuild {
mvn clean install $*
}

0 comments on commit 4da96cb

Please sign in to comment.