Closed hseeberger closed 8 years ago
Hi Heiko. I will look into the issue. Until that time, please add the following to your sbt build definition to use the plugin:
resolvers += "dnvriend at bintray" at "http://dl.bintray.com/dnvriend/maven"
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-inmemory" % "1.2.8"
No worries, I did that ;-) Very nice library!
BTW, you can use resolvers += Resolver.bintray("dnvriend", "maven")
.
Thanks, doing my best. I use the plugin for akka-persistence
and akka-cluster
projects, as the in-memory plugin that comes with akka only does journalling. As for the resolver; I didn't know that :)
Hi Heiko, do you (need to) sign the artifacts. JCenter is complaining about missing .asc (PGP) signed artifacts.
Yes. Look at how akka-sse is using sbt-pgp:
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
Then use publishSigned
instead of publish
.
Alternatively you could give automatic signing by Bintray a try ...
Thanks, puzzling on :)
It should be available on JCenter:
Last Synced: Thu Mar 17 09:53:24 GMT 2016
Last Sync Status: Successfully synced and closed repo.
Nice! Can't find it on Maven Central, though. Did you press the button?
Yes I did! :) It should be available according to The Central Repository Search
Oops, that's a new version! Hence I could not find it ;-) Thanks!
If you need help, take a look at https://github.com/hseeberger/akka-sse.