File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1717 strategy :
1818 matrix :
1919 os : [windows-2022, ubuntu-24.04, macos-15]
20- java : [11 , 21]
20+ java : [17 , 21]
2121 steps :
2222 - uses : actions/checkout@v4
2323 - uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 192192 </dependencies >
193193 </dependencyManagement >
194194 <build >
195+ <plugins >
196+ <plugin >
197+ <groupId >org.apache.maven.plugins</groupId >
198+ <artifactId >maven-compiler-plugin</artifactId >
199+ <version >3.14.0</version >
200+ <configuration >
201+ <source >17</source >
202+ <target >17</target >
203+ </configuration >
204+ </plugin >
205+ </plugins >
195206 <pluginManagement >
196207 <plugins >
197208 <plugin >
Original file line number Diff line number Diff line change 4444 <dependency >
4545 <groupId >com.puppycrawl.tools</groupId >
4646 <artifactId >checkstyle</artifactId >
47- <version >10.26 .1</version >
47+ <version >11.0 .1</version >
4848 <exclusions >
4949 <exclusion >
5050 <groupId >net.sf.saxon</groupId >
You can’t perform that action at this time.
0 commit comments