File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 154
154
<spotbugs .onlyAnalyze>org.apache.ibatis.*</spotbugs .onlyAnalyze>
155
155
156
156
<!-- Surefire Setup -->
157
- <argLine >-Xmx2048m</argLine >
157
+ <argLine >-Xmx2048m -javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar </argLine >
158
158
159
159
<!-- Reproducible Builds -->
160
160
<project .build.outputTimestamp>1702533513</project .build.outputTimestamp>
355
355
356
356
<build >
357
357
<plugins >
358
+ <plugin >
359
+ <groupId >org.apache.maven.plugins</groupId >
360
+ <artifactId >maven-compiler-plugin</artifactId >
361
+ <configuration >
362
+ <annotationProcessorPaths >
363
+ <path >
364
+ <groupId >net.bytebuddy</groupId >
365
+ <artifactId >byte-buddy-agent</artifactId >
366
+ <version >${byte-buddy.version} </version >
367
+ </path >
368
+ </annotationProcessorPaths >
369
+ </configuration >
370
+ </plugin >
358
371
<plugin >
359
372
<groupId >org.apache.maven.plugins</groupId >
360
373
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments