Add sbt UsefulTask for publishLocal

This commit is contained in:
Matthew de Detrich 2023-01-05 11:24:52 +01:00 committed by Matthew de Detrich
parent 24c03cde19
commit 1e4262e65d

View file

@ -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"),