File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 11buildPlugin(useContainerAgent : true , configurations : [
2- [platform : ' linux' , jdk : 17 ],
3- [platform : ' windows' , jdk : 11 ],
2+ [platform : ' linux' , jdk : 21 ],
3+ [platform : ' windows' , jdk : 17 ],
44])
Original file line number Diff line number Diff line change 8080 <hpi .compatibleSinceVersion>4.1.0</hpi .compatibleSinceVersion>
8181 <concurrency >10</concurrency >
8282 <it .runOrder>balanced</it .runOrder>
83+ <lombok .version>1.18.30</lombok .version>
8384 <delombok .output>${project.build.directory} /delombok</delombok .output>
8485 <spotless .check.skip>false</spotless .check.skip>
8586 </properties >
257258 <dependency >
258259 <groupId >org.projectlombok</groupId >
259260 <artifactId >lombok</artifactId >
260- <version >1.18.28 </version >
261+ <version >${lombok.version} </version >
261262 <scope >provided</scope >
262263 </dependency >
263264 <dependency >
334335 <outputDirectory >${delombok.output} </outputDirectory >
335336 <addOutputDirectory >false</addOutputDirectory >
336337 </configuration >
338+ <dependencies >
339+ <dependency >
340+ <!--
341+ TODO: Until https://github.com/awhitford/lombok.maven/pull/180 is merged and release
342+ -->
343+ <groupId >org.projectlombok</groupId >
344+ <artifactId >lombok</artifactId >
345+ <version >${lombok.version} </version >
346+ </dependency >
347+ </dependencies >
337348 <executions >
338349 <execution >
339350 <goals >
You can’t perform that action at this time.
0 commit comments