File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- java : [ '8', '11' ]
18
+ java : [ '8', '11' , '17', '21' ]
19
19
20
20
steps :
21
21
- uses : actions/checkout@v4
32
32
if : always()
33
33
uses : EnricoMi/publish-unit-test-result-action@v2
34
34
with :
35
- files : target/surefire-reports/*.xml
35
+ files : target/surefire-reports/*.xml
Original file line number Diff line number Diff line change 252
252
<plugin >
253
253
<groupId >org.apache.felix</groupId >
254
254
<artifactId >maven-bundle-plugin</artifactId >
255
- <version >4.2 .1</version >
255
+ <version >5.1 .1</version >
256
256
<configuration >
257
257
<instructions >
258
258
<Export-Package >org.locationtech.spatial4j*;version=${project.version} </Export-Package >
269
269
<plugin >
270
270
<groupId >org.jacoco</groupId >
271
271
<artifactId >jacoco-maven-plugin</artifactId >
272
- <version >0.8.2 </version >
272
+ <version >0.8.4 </version >
273
273
<executions >
274
274
<execution >
275
275
<id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments