File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 7070 <argLine >-Xms768M -Xmx768M -XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -XX:TieredStopAtLevel=1 @{jenkins.addOpens} @{jenkins.insaneHook}</argLine >
7171
7272 <access-modifier-checker .version>1.34</access-modifier-checker .version>
73+ <bridge-method-injector .version>1.30</bridge-method-injector .version>
7374 <build-helper-maven-plugin .version>3.6.0</build-helper-maven-plugin .version>
7475 <frontend-version >1.15.1</frontend-version >
7576 <gmavenplus-plugin .version>4.1.1</gmavenplus-plugin .version>
489490 <artifactId >access-modifier-checker</artifactId >
490491 <version >${access-modifier-checker.version} </version >
491492 </plugin >
493+ <plugin >
494+ <groupId >com.infradna.tool</groupId >
495+ <artifactId >bridge-method-injector</artifactId >
496+ <version >${bridge-method-injector.version} </version >
497+ </plugin >
492498 <plugin >
493499 <groupId >io.jenkins.tools.maven</groupId >
494500 <artifactId >stapler-maven-plugin</artifactId >
798804 <reuseForks >false</reuseForks >
799805 </configuration >
800806 </plugin >
807+ <plugin >
808+ <groupId >com.infradna.tool</groupId >
809+ <artifactId >bridge-method-injector</artifactId >
810+ <executions >
811+ <execution >
812+ <goals >
813+ <goal >process</goal >
814+ </goals >
815+ </execution >
816+ </executions >
817+ </plugin >
801818 <plugin >
802819 <groupId >io.jenkins.tools.maven</groupId >
803820 <artifactId >license-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments