Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
修复 不锁定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)

“”“
  • Loading branch information
hylarucoder authored May 6, 2020
1 parent 938532d commit 5b106d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
<version>1.18.8</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down Expand Up @@ -228,4 +229,4 @@
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>
</project>

0 comments on commit 5b106d3

Please sign in to comment.