STS使用lombok,出现Can’t get the delegate of the gradle IncrementalProcessingEnvironment警告提示

  • Post author:
  • Post category:其他


由于有强迫症,所以最近在使用lombok的时候,实体类出现Can’t get the delegate of the gradle IncrementalProcessingEnvironment的警告提示,总想把它弄掉,查了很多资料发现是由于版本的问题造成的这个警告,

使用1.18.2版本时出现该警告,然后替换成lombok官网最新版本(1.18.6)则该警告消失。

这里的使用不是指pom文件中的,而是指在STS启动的时候使用的那个插件。



版权声明:本文为mazhili1991原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。