You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
A known problem (from reading this list), I found a refinement to the solution proposed.
The issue is if you are resolving lombok.jar you cant just use -javaagent:lombok.jar=ECJ
You need the full path
This works ... maybe it can be built into gwt-gradle-plugin ?
A known problem (from reading this list), I found a refinement to the solution proposed.
The issue is if you are resolving lombok.jar you cant just use -javaagent:lombok.jar=ECJ
You need the full path
This works ... maybe it can be built into gwt-gradle-plugin ?
One Caveot -- you cannot use some class level annotations like @DaTa or @NoArgsConstructor,
but you can use
The text was updated successfully, but these errors were encountered: