File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 405
405
<!-- This replaces unsupported findbugs plugin -->
406
406
<groupId >com.github.spotbugs</groupId >
407
407
<artifactId >spotbugs-maven-plugin</artifactId >
408
- <version >4.2.2 </version >
408
+ <version >4.7.0.0 </version >
409
409
<executions >
410
410
<execution >
411
411
<id >finding-bugs</id >
412
412
<phase >compile</phase >
413
413
<goals >
414
414
<goal >check</goal >
415
415
</goals >
416
+ <configuration >
417
+ <failOnError >false</failOnError >
418
+ </configuration >
416
419
</execution >
417
420
</executions >
418
421
</plugin >
421
424
422
425
<profiles >
423
426
<profile >
424
- <id >jdk17 </id >
427
+ <id >jdk11plus </id >
425
428
<activation >
426
- <jdk >[17 ,)</jdk >
429
+ <jdk >[11 ,)</jdk >
427
430
</activation >
428
431
<properties >
429
432
<client .jvm.jpms.args>--add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED</client .jvm.jpms.args>
You can’t perform that action at this time.
0 commit comments