summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-10-28 18:04:30 +0800
committerGitHub <noreply@github.com>2019-10-28 18:04:30 +0800
commitc3af02b1afa021d3cb393fb43c45d59c44cf54b4 (patch)
tree4986998814463a18ee053a0ea9f5782b49e72a4c
parent4f3942f42db2a95afba8cefdba92f35aae1f4962 (diff)
downloadmill-c3af02b1afa021d3cb393fb43c45d59c44cf54b4.tar.gz
mill-c3af02b1afa021d3cb393fb43c45d59c44cf54b4.tar.bz2
mill-c3af02b1afa021d3cb393fb43c45d59c44cf54b4.zip
Remove contrib modules from main distribution (#724)
They're bloating things up to an unacceptable degree, with the main jar size up to 50mb from 37mb not too long ago. The whole point of contrib modules is that they're not part of the main distribution, but can be `import $ivy`ed in, so let's make them follow that convention
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index bd06c10f..d4b29f5b 100755
--- a/build.sc
+++ b/build.sc
@@ -573,7 +573,7 @@ def launcherScript(shellJvmArgs: Seq[String],
}
object dev extends MillModule{
- def moduleDeps = Seq(scalalib, scalajslib, scalanativelib, contrib.scalapblib, contrib.tut, contrib.scoverage, contrib.bsp)
+ def moduleDeps = Seq(scalalib, scalajslib, scalanativelib)
def forkArgs =