File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 build :
88
99 runs-on : ubuntu-latest
10-
10+ strategy :
11+ matrix :
12+ java : [ '1.8.0', '11.0.x' ]
1113 steps :
1214 - uses : actions/checkout@v1
13- - name : Set up JDK 1.8
15+ - name : Set up JDK
1416 uses : actions/setup-java@v1
1517 with :
16- java-version : 1.8
18+ java-version : ${{ matrix.java }}
1719 - name : Maven Download all dependencies
1820 run : mvn -B org.apache.maven.plugins:maven-dependency-plugin:3.1.1:go-offline
1921 - name : Maven Build
Original file line number Diff line number Diff line change 5353 <configuration >
5454 <source >1.8</source >
5555 <target >1.8</target >
56+ <annotationProcessorPaths >
57+ <annotationProcessorPath >
58+ <groupId >com.infradna.tool</groupId >
59+ <artifactId >bridge-method-injector</artifactId >
60+ <version >1.18</version >
61+ </annotationProcessorPath >
62+ </annotationProcessorPaths >
5663 </configuration >
5764 </plugin >
5865
104111 <executions >
105112 <execution >
106113 <id >run-spotbugs</id >
107- <phase >verify</phase >
114+ <phase >verify</phase >
108115 <goals >
109- <goal >check</goal >
116+ <goal >check</goal >
110117 </goals >
111118 </execution >
112119 </executions >
You can’t perform that action at this time.
0 commit comments