`updateSbtClassifiers` tried wrong bintray doc and src address.
See original GitHub issue(See the guidelines for contributing, linked above)
steps
Use IDEA refresh project via sbt-shell with “Download sbt and plugin src and doc” checked.
problem
IDEA executed updateSbtClassifiers
and failed to download src and doc because of wrong uri:
https://dl.bintray.com/cuzfrog/maven/com/github/cuzfrog/sbt-tmpfs_2.12_1.0/0.3.0/sbt-tmpfs-0.3.0-sources.jar
and it did not try
https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.github.cuzfrog/sbt-tmpfs/scala_2.12/sbt_1.0//0.3.0/docs/sbt-tmpfs-javadoc.jar
notes
use reload plugins
then updateClassifiers
worked around this.
sbt version: 1.0.0
Issue Analytics
- State:
- Created 6 years ago
- Reactions:11
- Comments:12 (10 by maintainers)
Top Results From Across the Web
`updateSbtClassifiers` tried wrong bintray ... - Google Groups
`updateSbtClassifiers` is an sbt phrase, IntelliJ uses it. This problem does not occur in sbt 0.13.16, that means under previous version `updateSbtClassifiers` ...
Read more >coursier/coursier - Gitter
I am currently using sbt-s3-resolver with sbt, seems that it is not directly compatible with coursier. Can it be related with alexarchambault/coursier#164 ?...
Read more >sbt Reference Manual — Combined Pages
Start up sbt with two subprojects as in the example, and try compile. ... from Scala source code. sbt-api-mappings: generate Scaladoc apiMappings for...
Read more >sbt Reference Manual — Combined Pages - Huihoo
A valid sbt project can be a directory containing a single source file. Try creating a ... gh-138 Include plugin sources and docs...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
still an issue in 1.0.4
fixed in https://github.com/sbt/sbt/pull/4070, coming in sbt 1.1.3.