Lombok not working with STS

后端 未结 18 1944
我在风中等你
我在风中等你 2020-12-14 06:49

Although I love lombok, it gives too much problems while configuring sometimes, specially in Linux. When I was trying to install it, I was getting the following error:

18条回答
  •  感情败类
    2020-12-14 07:37

    I found a bug in Lombok's code. As they fixed it for STS in this commit:

    https://github.com/rzwitserloot/lombok/commit/c3a3c09f4fd00b83814c1949fa5282ac9c595fa3

    where they were always adding the end directory name twice. So for a work around I renamed my installation folder with same name as my parent folder.

    Now while selecting the installation directory I'll choose the outer folder.

    New installation directory: /home/ansh/softwares/sts/sts

    New selected location for lombok: /home/ansh/softwares/sts

提交回复
热议问题