From 8f055d10fb3b5494115ffd8bf46b972d0937e234 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Sun, 19 Mar 2017 21:38:02 -0400 Subject: Get rid of the hacky "essential" plugins separation Let’s keep move them back into stage2 again instead for reduction of complexity, cbt build speed and convenience of fewer manual dependencies. And for that let cbt just include eval from the start. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') diff --git a/build/build.scala b/build/build.scala index 8f094c3..3d3f75d 100644 --- a/build/build.scala +++ b/build/build.scala @@ -13,7 +13,7 @@ class Build(val context: Context) extends Shared with PublishLocal{ MavenDependency("org.eclipse.jgit", "org.eclipse.jgit", "4.2.0.201601211800-r"), ScalaDependency("org.scala-lang.modules","scala-xml","1.0.5") ) - } + } :+ libraries.eval override def sources = Seq( "nailgun_launcher", "stage1", "stage2", "compatibility" -- cgit v1.2.3