-
Notifications
You must be signed in to change notification settings - Fork 443
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
Doc and src packages for 1.3.2 not found in repo1.maven.org #1063
Comments
Was able to workaround it for me by publishing locally the project |
You need the following resolver for this to work: resolvers += Resolver.sbtPluginRepo("releases") This needs to be documented in the installation section See: #1066 |
SBT adds these by default. Only if you remove the predefined one's, you need to readd them. Or am I missing something? |
It's failing to download sources and docs, not the main artifact. I saw this problem too (and not specific to sbt-native-packager) when I tried to upgrade to sbt 1.0 My workaround was updateConfiguration in updateSbtClassifiers := (updateConfiguration in updateSbtClassifiers).value.withMissingOk(true) Looks like sbt/sbt#3432 is the root issue |
@dwickern looks valid, closing this issue here |
Thanks @dwickern for taking care of this ❤️ |
When I build project in IDEA I catch error: `sbt.librarymanagement.ResolveException: download failed: com.typesafe.sbt#sbt-native-packager;1.3.2!sbt-native-packager.jar` See solution: sbt/sbt-native-packager#1063 (comment)
I'm migrating my project from 2.11 to 2.12, almost everything is done, but docs and src jars for that package are missed.
The text was updated successfully, but these errors were encountered: