We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
I got this working with Play 2.3.6.
Can you paste the error you're seeing?
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: