how to configure lombok in eclipse luna

后端 未结 13 915
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 09:45

I configure lombok in eclipse Luna with Maven. Annotation is added properly, but no getter and setter are generated.

eclipse.ini

`-vm E:\\Program Fil         


        
13条回答
  •  死守一世寂寞
    2020-11-30 10:13

    I have met with the exact same problem. And it turns out that the configuration file generated by gradle asks for java1.7.
    While my system has java1.8 installed.

    After modifying the compiler compliance level to 1.8. All things are working as expected.

提交回复
热议问题