From ca1def4d6f5c829701e04f86dacb720bb57f036f Mon Sep 17 00:00:00 2001 From: Andrew Richards Date: Mon, 29 Jul 2019 13:56:01 +0100 Subject: add ability to define jar manifest (#634) * add capability to define jar manifest * Don't use the custom manifest for doc-only jars This is to pass test mill.scalalib.HelloWorldTests.scalaDocOptions * Add JarManifest.Default and fix the build rebase fix --- build.sc | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sc') diff --git a/build.sc b/build.sc index cba26933..2515abda 100755 --- a/build.sc +++ b/build.sc @@ -8,6 +8,7 @@ import mill._ import mill.scalalib._ import publish._ import mill.modules.Jvm.createAssembly + trait MillPublishModule extends PublishModule{ def artifactName = "mill-" + super.artifactName() -- cgit v1.2.3