From 1e4262e65d78cfd722789e468624ebe1cd7841a4 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Thu, 5 Jan 2023 11:24:52 +0100 Subject: [PATCH] Add sbt UsefulTask for publishLocal --- project/PekkoBuild.scala | 1 + 1 file changed, 1 insertion(+) 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"),