From 8a3536f364c3e2a99067e3bd3be9d69f91004df6 Mon Sep 17 00:00:00 2001 From: Sequencer Date: Sat, 22 Feb 2020 01:13:07 +0000 Subject: mill: sbt-compatible publishing (#1407) --- build.sc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sc b/build.sc index db782b37..d382d44c 100644 --- a/build.sc +++ b/build.sc @@ -122,4 +122,6 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule Developer("jackbackrack", "Jonathan Bachrach", "https://eecs.berkeley.edu/~jrb/") ) ) + // make mill publish sbt compatible package + def artifactName = "firrtl" } -- cgit v1.2.3