diff options
| author | Sequencer | 2020-02-22 01:13:07 +0000 |
|---|---|---|
| committer | GitHub | 2020-02-21 20:13:07 -0500 |
| commit | 8a3536f364c3e2a99067e3bd3be9d69f91004df6 (patch) | |
| tree | 45fb6aca7c394fd7ca560c220377c021080b6146 | |
| parent | c127444f4a4dc1b922ae2afa385dbdeb0db7d7e4 (diff) | |
mill: sbt-compatible publishing (#1407)
| -rw-r--r-- | build.sc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" } |
