Add sbt UsefulTask for publishLocal
This commit is contained in:
parent
24c03cde19
commit
1e4262e65d
1 changed files with 1 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ object PekkoBuild {
|
|||
UsefulTask("", "compile", "Compile the current project"),
|
||||
UsefulTask("", "test", "Run all the tests "),
|
||||
UsefulTask("", "testOnly *.AnySpec", "Only run a selected test"),
|
||||
UsefulTask("", "publishLocal", "Publish current snapshot version to local ~/.ivy2 repo"),
|
||||
UsefulTask("", "verifyCodeStyle", "Verify code style"),
|
||||
UsefulTask("", "applyCodeStyle", "Apply code style"),
|
||||
UsefulTask("", "sortImports", "Sort the imports"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue