Skip to content

Commit

Permalink
Fix target version
Browse files Browse the repository at this point in the history
  • Loading branch information
ben221199 committed Oct 5, 2024
1 parent 9f063ff commit c922ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.target>9</maven.compiler.target>
</properties>

<scm>
Expand Down

0 comments on commit c922ead

Please sign in to comment.