升级Gradle后Lombok停止工作

问题描述

我的build.gradle包含依赖项:

...
testCompile group: 'org.projectlombok',name: 'lombok',version: '1.18.12'
...

当我从4.9升级到6.6.1时,我会收到错误消息:

required: no arguments
found: ...
reason: actual and formal argument list differ in length

我所有使用@AllArgsConstructor的类都在compileTestJava gradle步骤上失败。有人知道为什么吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)