When I run the command - gradle clean bootJar, I get the warning below -
warning: lombok.javac.apt.LombokProcessor could not be initialized. Lombok will not run during this compilation: java.lang.IllegalArgumentException: com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager extends java.lang.Object implements javax.tools.JavaFileManager
and errors associated with the lombok annotations not having being processed. Would appreciate it if this was looked into?
When I run the command -
gradle clean bootJar
, I get the warning below -warning: lombok.javac.apt.LombokProcessor could not be initialized. Lombok will not run during this compilation: java.lang.IllegalArgumentException: com.sun.tools.javac.api.ClientCodeWrapper$WrappedJavaFileManager extends java.lang.Object implements javax.tools.JavaFileManager
and errors associated with the lombok annotations not having being processed. Would appreciate it if this was looked into?