File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 466466 --add-opens java.naming/com.sun.jndi.ldap=ALL-UNNAMED
467467 --add-exports java.naming/com.sun.jndi.ldap=ALL-UNNAMED
468468 </argLine >
469+ <systemPropertyVariables >
470+ <org .springframework.boot.logging.LoggingSystem>org.springframework.boot.logging.log4j2.Log4J2LoggingSystem</org .springframework.boot.logging.LoggingSystem>
471+ </systemPropertyVariables >
469472 </configuration >
470473 </plugin >
471474 <plugin >
488491 <version >3.5.2</version >
489492 <configuration >
490493 <skipITs >${skipITtests} </skipITs >
494+ <systemPropertyVariables >
495+ <org .springframework.boot.logging.LoggingSystem>org.springframework.boot.logging.log4j2.Log4J2LoggingSystem</org .springframework.boot.logging.LoggingSystem>
496+ </systemPropertyVariables >
491497 </configuration >
492498 <executions >
493499 <execution >
You can’t perform that action at this time.
0 commit comments