Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复 不锁定lombok版本导致的BUG #14

Merged
merged 1 commit into from
May 30, 2020

Conversation

hylarucoder
Copy link
Contributor

修复 不锁定lombok版本导致的执行 mvn clean package -DskipTests 报下面的错误

”“”
Lombok annotation handler class lombok.javac.handlers.HandleBuilder failed on /Users/lihong/learn/java/staffjoy/company-api/src/main/java/xyz/staffjoy/company/dto/TimeZoneList.java: java.lang.IllegalStateException: Lombok TreeMaker frontend issue: no match when looking for method: com.sun.tools.javac.tree.JCTree$JCCase com.sun.tools.javac.tree.TreeMaker.Case(com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.util.List)

“”“

修复 不锁定lombok版本导致的执行 mvn clean package -DskipTests 报下面的错误

”“”
Lombok annotation handler class lombok.javac.handlers.HandleBuilder failed on /Users/lihong/learn/java/staffjoy/company-api/src/main/java/xyz/staffjoy/company/dto/TimeZoneList.java: java.lang.IllegalStateException: Lombok TreeMaker frontend issue: no match when looking for method: com.sun.tools.javac.tree.JCTree$JCCase com.sun.tools.javac.tree.TreeMaker.Case(com.sun.tools.javac.tree.JCTree$JCExpression, com.sun.tools.javac.util.List)

“”“
@hylarucoder hylarucoder changed the title Update pom.xml 修复 不锁定lombok版本导致的BUG May 6, 2020
@archbobo archbobo merged commit 0b1fd6d into spring2go:master May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants