Skip to content

Commit

Permalink
Publish to maven central a bootstrapped jar
Browse files Browse the repository at this point in the history
  • Loading branch information
romanowski committed Apr 5, 2023
1 parent 0226124 commit 98e6c0a
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 98e6c0a

Please sign in to comment.