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

Publish javadoc with dependency #1043

Open
Christewart opened this issue Mar 19, 2024 · 0 comments
Open

Publish javadoc with dependency #1043

Christewart opened this issue Mar 19, 2024 · 0 comments

Comments

@Christewart
Copy link

Christewart commented Mar 19, 2024

When trying to build scala3 for bitcoin-s using this branch: https://github.com/Christewart/bitcoin-s-core/tree/2021-06-30-scala3

I get these errors:

[error] (testkitCoreJVM / update) lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts:
[error] https://repo1.maven.org/maven2/org/scalatestplus/scalacheck-1-17_3/3.2.18.0/scalacheck-1-17_3-3.2.18.0-javadoc.jar: not found: https://repo1.maven.org/maven2/org/scalatestplus/scalacheck-1-17_3/3.2.18.0/scalacheck-1-17_3-3.2.18.0-javadoc.jar
[error] (appCommons / Compile / compileIncremental) Compilation failed
[error] (cryptoTestJVM / update) lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts:
[error] https://repo1.maven.org/maven2/org/scalatestplus/scalacheck-1-17_3/3.2.18.0/scalacheck-1-17_3-3.2.18.0-javadoc.jar: not found: https://repo1.maven.org/maven2/org/scalatestplus/scalacheck-1-17_3/3.2.18.0/scalacheck-1-17_3-3.2.18.0-javadoc.jar
[error] (testkitCoreJS / update) lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts:
[error] https://repo1.maven.org/maven2/org/scalatestplus/scalacheck-1-17_sjs1_3/3.2.18.0/scalacheck-1-17_sjs1_3-3.2.18.0-javadoc.jar: not found: https://repo1.maven.org/maven2/org/scalatestplus/scalacheck-1-17_sjs1_3/3.2.18.0/scalacheck-1-17_sjs1_3-3.2.18.0-javadoc.jar
[error] (cryptoTestJS / update) lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts:
[error] https://repo1.maven.org/maven2/org/scalatestplus/scalacheck-1-17_sjs1_3/3.2.18.0/scalacheck-1-17_sjs1_3-3.2.18.0-javadoc.jar: not found: https://repo1.maven.org/maven2/org/scalatestplus/scalacheck-1-17_sjs1_3/3.2.18.0/scalacheck-1-17_sjs1_3-3.2.18.0-javadoc.jar
[error] Total time: 38 s, completed Mar 18, 2024, 4:52:04 PM
sbt:bitcoin-s> cryptoTestJVM/test
[error] stack trace is suppressed; run last cryptoTestJVM / update for the full output
[error] (cryptoTestJVM / update) lmcoursier.internal.shaded.coursier.error.FetchError$DownloadingArtifacts: Error fetching artifacts:
[error] https://repo1.maven.org/maven2/org/scalatestplus/scalacheck-1-17_3/3.2.18.0/scalacheck-1-17_3-3.2.18.0-javadoc.jar: not found: https://repo1.maven.org/maven2/org/scalatestplus/scalacheck-1-17_3/3.2.18.0/scalacheck-1-17_3-3.2.18.0-javadoc.jar
[error] Total time: 0 s, completed Mar 18, 2024, 4:53:51 PM

If I comment out the withJavadoc () on this line, things seem to resolve ok

https://github.com/Christewart/bitcoin-s-core/blob/30bfe7eb950815bd56d8831f003c7d5a4f60c336/project/Deps.scala#L233

@Christewart Christewart changed the title Publish javadoc with dependnecy Publish javadoc with dependency Mar 19, 2024
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

1 participant