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

Build Fails Two Places #28

Open
prime-minister-of-fun opened this issue Jun 23, 2020 · 1 comment
Open

Build Fails Two Places #28

prime-minister-of-fun opened this issue Jun 23, 2020 · 1 comment

Comments

@prime-minister-of-fun
Copy link

I'm very new to building with SBT, so please be patient.

  1. [error] [launcher] download failed: org.scala-lang.modules#scala-xml_2.12;1.2.0!scala-xml_2.12.jar(bundle)
    I fixed error move exception getCause to TestUtils #1 by finding the file and placing it in the .sbt\preloaded\org\scala-lang\modules\scala-xml_2.12\1.2.0 directory.

  2. [warn] Note: Unresolved dependencies path:
    [error] sbt.librarymanagement.ResolveException: Error downloading org.openjfx:javafx.base:11.0.0-SNAPSHOT

I fixed error #2 by figuring out how to add a repo to build.sbt. Several trials/errors later, adding the following worked:
resolvers ++= Seq(
MavenRepo("confluent", "https://packages.confluent.io/maven/"),
Resolver.sonatypeRepo("public")
)
Again, I'm not 100% sure workaround #2 will work for others.

@mmolimar
Copy link
Owner

Hi.
Can you check the Java and SBT version you have installed? It should be JDK8 and SBT 1.3.6.

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