aboutsummaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorSequencer2020-02-22 01:13:07 +0000
committerGitHub2020-02-21 20:13:07 -0500
commit8a3536f364c3e2a99067e3bd3be9d69f91004df6 (patch)
tree45fb6aca7c394fd7ca560c220377c021080b6146 /build.sc
parentc127444f4a4dc1b922ae2afa385dbdeb0db7d7e4 (diff)
mill: sbt-compatible publishing (#1407)
Diffstat (limited to 'build.sc')
-rw-r--r--build.sc2
1 files changed, 2 insertions, 0 deletions
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"
}