Does play 1 support Lombok?
I use Play 1.4.5 and try to use Lombok 1.18.2
try
application.conf
JVM options
jvm.memory=-javaagent:path to lombok.jar
I am using lombock and play1 ,in production
try
application.conf
JVM options
jvm.memory=-javaagent:path to lombok.jar
I am using lombock and play1 ,in production
That's work! Thanks!
try
application.conf
JVM options
jvm.memory=-javaagent:path to lombok.jar
I am using lombock and play1 ,in production
Hi, I have another problem. I import Lombok from dependencies:
- org.projectlombok -> lombok 1.18.2
When I try to run this branch in another pc or heroku, play deps throws this:
Error opening zip file or JAR manifest missing : lib/lombok-1.18.2.jar
any idea?