File tree Expand file tree Collapse file tree 3 files changed +22
-6
lines changed
Expand file tree Collapse file tree 3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : true
1616 matrix :
17- java : [ 8, 11 ]
17+ java : [ 8, 11, 17, 21 ]
1818 experimental : [false]
19- include :
20- - java : 17
21- experimental : true
2219 steps :
2320 - uses : actions/checkout@v3
2421 - name : Set up JDK ${{ matrix.java }}
Original file line number Diff line number Diff line change 7474 </plugin >
7575 </plugins >
7676 </build >
77+ <profiles >
78+ <profile >
79+ <id >java9-and-above</id >
80+ <activation >
81+ <jdk >[9,)</jdk >
82+ </activation >
83+ <build >
84+ <plugins >
85+ <plugin >
86+ <groupId >org.apache.maven.plugins</groupId >
87+ <artifactId >maven-surefire-plugin</artifactId >
88+ <configuration >
89+ <argLine >--add-opens java.base/java.io=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED</argLine >
90+ </configuration >
91+ </plugin >
92+ </plugins >
93+ </build >
94+ </profile >
95+ </profiles >
7796
7897</project >
Original file line number Diff line number Diff line change 4848 <downloadSources >true</downloadSources >
4949 <hamcrest .version>2.2</hamcrest .version>
5050 <junit .version>4.13.2</junit .version>
51- <asm .version>8.0.1 </asm .version>
51+ <asm .version>9.8 </asm .version>
5252 <objenesis .version>3.3</objenesis .version>
5353 <bsh .version>2.0b6</bsh .version>
5454 <junit .jupiter.version>5.10.2</junit .jupiter.version>
55- <bytebuddy .version>1.14.13 </bytebuddy .version>
55+ <bytebuddy .version>1.17.6 </bytebuddy .version>
5656 </properties >
5757
5858 <modules >
You can’t perform that action at this time.
0 commit comments