aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-11-29 09:02:10 +0100
committerGitHub <noreply@github.com>2016-11-29 09:02:10 +0100
commit3f7614ae60263c937f7b2d97f45ef6e7c803ec01 (patch)
treec1f0eebca24c52d98b4b8b2f9529c8d3439ae526 /project
parentc8bf8c44fd78719408cdfe571134c1766ae5e576 (diff)
parent618508176ab5a6e5380f363684207f3b56efcc6d (diff)
downloaddotty-3f7614ae60263c937f7b2d97f45ef6e7c803ec01.tar.gz
dotty-3f7614ae60263c937f7b2d97f45ef6e7c803ec01.tar.bz2
dotty-3f7614ae60263c937f7b2d97f45ef6e7c803ec01.zip
Merge pull request #1752 from dotty-staging/publish
fix publishing of dotty-library
Diffstat (limited to 'project')
-rw-r--r--project/Build.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/project/Build.scala b/project/Build.scala
index d6d0fdd91..002bcfbab 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -377,7 +377,8 @@ object DottyBuild extends Build {
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang" % "scala-library" % scalaVersion.value
)
- )
+ ).
+ settings(publishing)
// until sbt/sbt#2402 is fixed (https://github.com/sbt/sbt/issues/2402)
lazy val cleanSbtBridge = TaskKey[Unit]("cleanSbtBridge", "delete dotty-sbt-bridge cache")