File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 103
103
</execution >
104
104
</executions >
105
105
</plugin >
106
+ <plugin >
107
+ <groupId >org.projectlombok</groupId >
108
+ <artifactId >lombok</artifactId >
109
+ <version >1.16.22</version >
110
+ </plugin >
111
+ <plugin >
112
+ <groupId >org.projectlombok</groupId >
113
+ <artifactId >lombok-maven-plugin</artifactId >
114
+ <version >1.16.8.0</version >
115
+ </plugin >
106
116
107
117
<!-- ========================================================== -->
108
118
<!-- license -->
Original file line number Diff line number Diff line change 567
567
<plugin >
568
568
<groupId >net.alchim31.maven</groupId >
569
569
<artifactId >scala-maven-plugin</artifactId >
570
+ <version >3.3.2</version >
570
571
<executions >
571
572
<execution >
572
573
<id >scala-compile-first</id >
You can’t perform that action at this time.
0 commit comments