From 29e1bbd023ad6ac8b525b448a51fb23ba03fd797 Mon Sep 17 00:00:00 2001 From: Sequencer Date: Sat, 22 Feb 2020 01:13:01 +0000 Subject: mill: sbt-compatible publishing (#1356) --- build.sc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sc b/build.sc index 814a1df5..eceb15fc 100644 --- a/build.sc +++ b/build.sc @@ -132,4 +132,6 @@ class chisel3CrossModule(crossVersionValue: String) extends CommonModule with Pu "-Xlint:infer-any" ) } + // make mill publish sbt compatible package + def artifactName = "chisel3" } -- cgit v1.2.3