Skip to content

Commit 54abe65

Browse files
Add bridge-method-injector support (#1125)
1 parent 2c1afb0 commit 54abe65

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
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>
@@ -489,6 +490,11 @@
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>
@@ -798,6 +804,17 @@
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>

0 commit comments

Comments
 (0)