summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}