summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorSequencer2020-02-22 01:13:01 +0000
committerGitHub2020-02-21 20:13:01 -0500
commit29e1bbd023ad6ac8b525b448a51fb23ba03fd797 (patch)
tree50240e50164f26d8d2ab2a72b4de44ef2c80c226 /build.sc
parent403cd5b950e8865b41279cadffb640e7cb2d651c (diff)
mill: sbt-compatible publishing (#1356)
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 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"
}