From c49f6ebab6eb4d977f117558aface1264df7cd77 Mon Sep 17 00:00:00 2001 From: Roberto Tyley Date: Sat, 2 Dec 2023 23:33:35 +0000 Subject: [PATCH] https://www.scala-sbt.org/1.x/docs/Howto-Running-Commands.html#Read+commands+from+a+file --- sbt-publish-commands.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sbt-publish-commands.txt diff --git a/sbt-publish-commands.txt b/sbt-publish-commands.txt new file mode 100644 index 0000000..767f0b7 --- /dev/null +++ b/sbt-publish-commands.txt @@ -0,0 +1,3 @@ +set ThisBuild / publishTo := Some(Resolver.file("roberto-test", file("/tmp/cooor"))) + +;test;+publish