-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Currently lombok not supported in my environment (Ubuntu 22.04.5 LTS)
For lombok support we have to define -Dorg.javacs.lombokPath=/path/to/lombok.jar when running the server.
Linux does not allow system variables with points, such as org.javacs.lombokPath
I have an intention to define system variable LOMBOK_PATH and then assign it in -Dorg.javac.lombokPath=$LOMBOK_PATH in launch_linux.sh
Is it a good solution? What can I do else?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels