Open jaybytez opened 9 years ago
What version of play were you able to get this to work with?
I downloaded the zip and did an "activator publish-local" and then attempted to reference the plugin with:
"com.beowulfe.play" % "ebean-jdk8-fix" % "3.3.1-SNAPSHOT",
500:com.avaje.ebean.enhance.agent.Transformer
And it does not work. The reference in the build.sbt cannot find the com.beowulfe.play module.
Any thoughts?
I got this working with Play 2.3.6.
Can you paste the error you're seeing?
What version of play were you able to get this to work with?
I downloaded the zip and did an "activator publish-local" and then attempted to reference the plugin with:
"com.beowulfe.play" % "ebean-jdk8-fix" % "3.3.1-SNAPSHOT",
500:com.avaje.ebean.enhance.agent.Transformer
And it does not work. The reference in the build.sbt cannot find the com.beowulfe.play module.
Any thoughts?