diff --git a/project/PekkoBuild.scala b/project/PekkoBuild.scala index 5f685550e0..a8787d5054 100644 --- a/project/PekkoBuild.scala +++ b/project/PekkoBuild.scala @@ -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"),