Typesafe Play sbt-plugin версии 2.8.7 отсутствует в maven repo1

Моя сборка начала давать сбой около часа назад с этой ошибкой:

 [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/

Это нормально?


person Rob    schedule 12.04.2021    source источник
comment
плагин sbt addSbtPlugin (com.typesafe.play% sbt-plugin% 2.8.7)   -  person Rob    schedule 12.04.2021


Ответы (1)


Ах. Это запланированное отключение, чтобы показать, на что 1 мая повлияет закат BitTray ...

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

@Typesafe, похоже, что sbt-plugin DL в maven repo1 - это просто перенаправление на bitTray. Я думаю, это нужно исправить до 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
person Rob    schedule 12.04.2021
comment
reddit.com/r/scala/comments/mph43t/ - person Luis Miguel Mejía Suárez; 12.04.2021