Closed bwbecker closed 10 months ago
Looks like this issue was because of slow network or server being slow or a remote repo was not available. Closing for now. I just released version 2.0.0 and all artifacts are hosted on maven central now, so I assume this is fixed. Let me know if you still experience problems.
In a clean play-scala-starter-example project (https://github.com/playframework/play-scala-starter-example):
debug.sbt
containinglogLevel := Level.Debug
to the project directory to enable debugging output from SBT.addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2")
to plugins.sbtrm -r project/project/ target project/target
to get rid of all compiled artifactssbt | grep ERROR
and you see four errors such asCLIENT ERROR: Not Found url=https://repo.typesafe.com/typesafe/ivy-releases/org.webjars.npm/strip-json-comments/
addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.6")
to plugins.sbtsbt | grep ERROR
. It reports 112 such errors.Time to launch sbt goes up from 11 seconds to 52 seconds on my recent high-end MacBook Pro when sbt-less and sbt-jshint are included as plugins.