首页 > 解决方案 > maven repo1 中缺少 Typesafe Play sbt-plugin 版本 2.8.7

问题描述

大约一个小时前,我的构建开始失败,出现以下错误:

 [error] sbt.librarymanagement.ResolveException: Error downloading com.typesafe.play:sbt-plugin;sbtVersion=1.0;scalaVersion=2.12:2.8.7
    [error]   Not found
    [error]   Not found
    [error]   not found: https://repo1.maven.org/maven2/com/typesafe/play/sbt-plugin_2.12_1.0/2.8.7/sbt-plugin-2.8.7.pom

果然,版本从maven消失了:https ://repo1.maven.org/maven2/com/typesafe/play/sbt-plugin_2.10_0.13/

这是正常的吗?

标签: scalamaventypesafesbt-plugin

解决方案


啊。这是一个预定的断电,以显示 5 月 1 日 bitTray 的日落将影响什么...

https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

@Typesafe,看起来 maven repo1 中的 sbt-plugin DL 只是对 bitTray 的重定向。我认为这应该在 5 月 1 日之前解决,否则很多人会不高兴......

[error]   download error: Caught java.io.IOException: Server returned HTTP response code: 403 for URL: https://dl.bintray.com/sbt/sbt-plugin-releases/com.github.mwz/sbt-sonar/scala_2.12/sbt_1.0/2.2.0/ivys/ivy.xml (Server returned HTTP response code: 403 for URL: https://dl.bintray.com/sbt/sbt-plugin-releases/com.github.mwz/sbt-sonar/scala_2.12/sbt_1.0/2.2.0/ivys/ivy.xml) while downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.mwz/sbt-sonar/scala_2.12/sbt_1.0/2.2.0/ivys/ivy.xml

推荐阅读