Skip to content

Commit 296c114

Browse files
committed
Publish to maven central a bootstrapped jar
1 parent 0226124 commit 296c114

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.sc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ implicit def millModuleBasePath: define.BasePath =
4040

4141
object cli extends Cli
4242

43+
// Publish
44+
object cliBootstrapped extends ScalaCliPublishModule {
45+
override def jar = cli.assembly()
46+
}
47+
48+
4349
object `specification-level` extends Cross[SpecificationLevel](Scala.all: _*)
4450
object `build-macros` extends BuildMacros
4551
object config extends Cross[Config](Scala.all: _*)

0 commit comments

Comments
 (0)