diff --git a/project/Coursier.scala b/project/Coursier.scala index c520e5fc8..e1099acf7 100644 --- a/project/Coursier.scala +++ b/project/Coursier.scala @@ -153,6 +153,10 @@ object CoursierBuild extends Build { else dir }, + publish := (), + publishLocal := (), + test in Test := (), + testOnly in Test := (), resolvers += "Webjars Bintray" at "https://dl.bintray.com/webjars/maven/", jsDependencies ++= Seq( ("org.webjars.bower" % "bootstrap" % "3.3.4" intransitive()) / "bootstrap.min.js" commonJSName "Bootstrap",