Jump to content

gradle runClient fails, missing library in gradle dependencies


Recommended Posts

Posted

I'm trying to use akka inside my scala based mod.

 

The when testing using "gradle runClient" it gives errors, best I can tell its missing the akka library at runtime.  I don't see how to add akka library though.

 

If it helps my project is here: https://github.com/tesract/NilCraft

 

Any advice would be greatly appreciated.

 

Thanks.

 

build.gradle

 

  Reveal hidden contents

 

 

gradle runClient

 

  Reveal hidden contents

 

Posted

I figured it out.

 

application.conf had:

    provider = "akka.cluster.ClusterActorRefProvider"

 

cluster isn't part of akka-actor its part of akka-cluster.

 

I've switched to

    provider = "akka.actor.LocalActorRefProvider"

 

instead.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.