-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
Hi!
I just downloaded AppointmentScheduler on Ubuntu Studio 22.04.
I was getting this error:
'''
Caused by: java.lang.IllegalAccessError: class lombok.javac.apt.LombokProcessor (in unnamed module @0x1bd97254) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x1bd97254
'''
It seems like this is a lombok version issue in pom.xml.. Updating version to current (1.18.28) fixed it:
'''
org.projectlombok
lombok
1.18.28
provided
'''
I hope this was useful.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels