compileJava failed when using latest lombok plugin

86 views
Skip to first unread message

Phan Thanh Bình

unread,
Nov 24, 2023, 12:41:53 PM11/24/23
to Project Lombok
Hi all,

When I add lombok plugin id("io.freefair.lombok") version "8.4" , run assemble and compileJava failed, but when I downgrade to "8.3", it's fine.
Also if I try below: it works fine.
// compileOnly 'org.projectlombok:lombok:1.18.30'
// annotationProcessor 'org.projectlombok:lombok:1.18.30'
//
// testCompileOnly 'org.projectlombok:lombok:1.18.30'
// testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
So I'm not sure if there is issue with the latest lombok plugin "8.4" or is it only in my machine? Thanks.

Phan Thanh Bình

unread,
Nov 27, 2023, 3:03:49 AM11/27/23
to Project Lombok
Working now after i deleted the gradle cache.
Reply all
Reply to author
Forward
0 new messages