Skip to content

Commit 7a8c2d8

Browse files
committed
Update build and runtime compiler release version to 25
1 parent 67319c9 commit 7a8c2d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

src/main/java/org/fedoraproject/javapackages/validator/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)