Skip to content

Commit a1908ec

Browse files
committed
Update the pom's Java version to match the github build.
1 parent 1fc490e commit a1908ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151

5252
<properties>
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
54-
<maven.compiler.source>1.8</maven.compiler.source>
55-
<maven.compiler.target>1.8</maven.compiler.target>
54+
<maven.compiler.source>21</maven.compiler.source>
55+
<maven.compiler.target>21</maven.compiler.target>
5656
</properties>
5757

5858
<build>

0 commit comments

Comments
 (0)