Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bintray sbt downloads forbidden #9

Open
acvogel opened this issue Jul 9, 2021 · 2 comments
Open

bintray sbt downloads forbidden #9

acvogel opened this issue Jul 9, 2021 · 2 comments

Comments

@acvogel
Copy link

acvogel commented Jul 9, 2021

It looks like bintray has disabled/forbidden downloads of sbt. From my CI:

The command '/bin/sh -c curl -L -o sbt-$SBT_VERSION.deb https://dl.bintray.com/sbt/debian/sbt-$SBT_VERSION.deb &&   dpkg -i sbt-$SBT_VERSION.deb &&   rm sbt-$SBT_VERSION.deb' returned a non-zero code: 1

After downloading https://dl.bintray.com/sbt/debian/sbt-1.3.0.deb the file just contains Forbidden!

I'm not sure if the bintray issue is permanent as their status page shows no systemic problems: https://status.bintray.com/

This problem first appeared for me on Jul 6 2021.

My proposed solution is to use https://repo.scala-sbt.org/scalasbt/debian/sbt-$SBT_VERSION.deb, or at least as a fallback.

@acvogel
Copy link
Author

acvogel commented Jul 10, 2021

I wrote a quick-and-dirty fork available here: https://github.com/marketplace/actions/sbt-action-using-scala-sbt

It's only compiled for Java 8, sbt 1.3.0, scala 2.11.12 at the moment.

@revmischa
Copy link
Contributor

I think bintray is RIP https://jfrog.com/center-sunset/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants