File tree Expand file tree Collapse file tree
src/main/java/org/fedoraproject/javapackages/validator Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
134134 <artifactId >maven-compiler-plugin</artifactId >
135135 <version >3.14.1</version >
136136 <configuration >
137- <release >23 </release >
137+ <release >25 </release >
138138 </configuration >
139139 </plugin >
140140 <plugin >
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ private void compileFiles() throws IOException {
243243 compilerOptions .add ("-proc:none" );
244244
245245 compilerOptions .add ("--release" );
246- compilerOptions .add (props .getProperty ("compiler.release" , "23 " ));
246+ compilerOptions .add (props .getProperty ("compiler.release" , "25 " ));
247247
248248 if (!parameters .classPaths .isEmpty ()) {
249249 compilerOptions .add ("-cp" );
You can’t perform that action at this time.
0 commit comments