Skip to content

Commit

Permalink
Merge pull request #2005 from romanowski/bootstrapped-on-mv-central
Browse files Browse the repository at this point in the history
Publish to maven central a bootstrapped jar
  • Loading branch information
romanowski committed Apr 6, 2023
2 parents 82e6387 + 98e6c0a commit 6661a22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sc
Expand Up @@ -40,6 +40,11 @@ implicit def millModuleBasePath: define.BasePath =

object cli extends Cli

// Publish a bootstrapped, executable jar for a restricted environments
object cliBootstrapped extends ScalaCliPublishModule {
override def jar = cli.assembly()
}

object `specification-level` extends Cross[SpecificationLevel](Scala.all: _*)
object `build-macros` extends BuildMacros
object config extends Cross[Config](Scala.all: _*)
Expand Down

0 comments on commit 6661a22

Please sign in to comment.