From 22b40bf0ff3ee685116a432225b77d395c958c14 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 9 Jun 2016 11:24:56 +0200 Subject: Disable binary publishing in bridge --- project/Build.scala | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'project') diff --git a/project/Build.scala b/project/Build.scala index 85a7bb861..712590d1f 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -211,10 +211,13 @@ object DottyBuild extends Build { ), version := "0.1.1-SNAPSHOT-" + VersionUtil.commitDate + "-" + VersionUtil.gitHash, - // The sources should be published with crossPaths := false, the binaries - // are unused so it doesn't matter. + // The sources should be published with crossPaths := false since they + // need to be compiled by the project using the bridge. crossPaths := false, + // Don't publish any binaries for the bridge because of the above + publishArtifact in (Compile, packageBin) := false, + fork in Test := true, parallelExecution in Test := false ). -- cgit v1.2.3