-
Notifications
You must be signed in to change notification settings - Fork 445
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
Unable to use the plugin - Error downloading com.typesafe.sbt:sbt-native-packager;sbtVersion=1.0;scalaVersion=2.12:1.9.4 #1526
Comments
Note: when I search for the artifacts on Maven, I am shown this: https://search.maven.org/artifact/com.github.sbt/sbt-native-packager/1.9.9/jar Following link shown at the page as Download produces 404 error, though: |
Which version of sbt are you using? |
As you can see in the project, I am using 1.7.2 - I have recently upgraded to that, I was using 1.6.1. Project is open source, and it fails not only on my machine, but on GitHub runners as well, see links in the issue. |
I have merged your PR, the error is still the same: https://github.com/OpenGrabeso/loctio/actions/runs/3323086881/jobs/5492987647 Is it possible the plugin artifacts got deleted from Maven servers somehow?
|
@OndrejSpanel I think you can close your issue 🙂 |
Expected behaviour
When I add
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.4")
intoproject/plugins,sbt
as instructed by documentation, the sbt file should still work.Actual behaviour
Once I have added
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.4")
, my SBT gives error when loading. The error is:Information
The issue can be reproduced both on my system and on github runners. See log of https://github.com/OpenGrabeso/loctio/actions/runs/3322523336/jobs/5491662284, which also contains additional info about the search:
The complete project can be seen at https://github.com/OpenGrabeso/loctio/tree/docker
The text was updated successfully, but these errors were encountered: