Minor cleanup
This commit is contained in:
parent
193c791408
commit
a2f62e1b1b
2 changed files with 2 additions and 7 deletions
|
@ -16,7 +16,7 @@ To execute a command at the command line, add the following to your build file:
|
|||
public void startServer() throws Exception {
|
||||
new ExecOperation()
|
||||
.fromProject(this)
|
||||
.command("./start.sh")
|
||||
.command("./start.sh", "--port", "8080")
|
||||
.execute();
|
||||
}
|
||||
```
|
||||
|
@ -71,8 +71,3 @@ public void startServer() throws Exception {
|
|||
.execute();
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue