File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 307
307
<dependency >
308
308
<groupId >com.github.spotbugs</groupId >
309
309
<artifactId >spotbugs-annotations</artifactId >
310
- <version >4.8.5 </version >
310
+ <version >${spotbugs.version} </version >
311
311
<scope >provided</scope >
312
312
</dependency >
313
313
363
363
<excludes >
364
364
<exclude >**/*TestSuite.java</exclude >
365
365
</excludes >
366
- <argLine >${test-arguments} </argLine >
366
+ <argLine >${argLine} ${ test-arguments} </argLine >
367
367
<systemPropertyVariables >
368
368
<net .bytebuddy.experimental>true</net .bytebuddy.experimental>
369
369
<rabbitmqctl .bin>DOCKER:rabbitmq</rabbitmqctl .bin>
673
673
<mockito .version>4.11.0</mockito .version>
674
674
</properties >
675
675
</profile >
676
+ <profile >
677
+ <id >jvm-test-arguments-below-java-21</id >
678
+ <activation >
679
+ <jdk >[11,21)</jdk >
680
+ </activation >
681
+ <properties >
682
+ <test-arguments >-Xshare:off</test-arguments >
683
+ </properties >
684
+ </profile >
676
685
<profile >
677
686
<id >jvm-test-arguments-java-21-and-more</id >
678
687
<activation >
679
688
<jdk >[21,)</jdk >
680
689
</activation >
681
690
<properties >
682
- <test-arguments >-XX:+EnableDynamicAgentLoading</test-arguments >
691
+ <test-arguments >-Xshare:off - XX:+EnableDynamicAgentLoading</test-arguments >
683
692
</properties >
684
693
</profile >
685
694
You can’t perform that action at this time.
0 commit comments