projectlombok / lombok

Very spicy additions to the Java programming language.
https://projectlombok.org/
Other
12.9k stars 2.39k forks source link

failed to build using gradle #1195

Open georgeworkhard opened 8 years ago

georgeworkhard commented 8 years ago

hello:

I am using lombok in an Android project. I included lombok in build.gradle as compile 'org.projectlombok:lombok:1.16.10'. However, when I build the project, seems the tags like getter, setter, builder etc does not work, it got compile errors like, entity.setId() undefined. Is there any hints when using gradle? Thx in advance

advancer68 commented 8 years ago

NOTE: You'll still need to download lombok, or doubleclick on the lombok.jar file downloaded by maven / ivy / gradle, to install lombok into your eclipse installation. the https://projectlombok.org/mavenrepo/index.html

edpichler commented 7 years ago

@georgeworkhard This is strange, on my Java Development using Gradle, it worked automatically.