You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/01/05 11:32:11 UTC

[incubator-pekko] branch main updated: Add sbt UsefulTask for publishLocal

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 1e4262e65d Add sbt UsefulTask for publishLocal
1e4262e65d is described below

commit 1e4262e65d78cfd722789e468624ebe1cd7841a4
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Thu Jan 5 11:24:52 2023 +0100

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org