We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82e6387 + 98e6c0a commit 6661a22Copy full SHA for 6661a22
build.sc
@@ -40,6 +40,11 @@ implicit def millModuleBasePath: define.BasePath =
40
41
object cli extends Cli
42
43
+// Publish a bootstrapped, executable jar for a restricted environments
44
+object cliBootstrapped extends ScalaCliPublishModule {
45
+ override def jar = cli.assembly()
46
+}
47
+
48
object `specification-level` extends Cross[SpecificationLevel](Scala.all: _*)
49
object `build-macros` extends BuildMacros
50
object config extends Cross[Config](Scala.all: _*)
0 commit comments