andylintner / ebean-jdk8-fix

Temporary hack to resolve Play Framework's included ebean's incompatibility with JDK 8 features
Other
2 stars 3 forks source link

Cannot find plugin after publishing - Play 2.3.8 #1

Open jaybytez opened 9 years ago

jaybytez commented 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?

andylintner commented 9 years ago

I got this working with Play 2.3.6.

Can you paste the error you're seeing?