Skip to content

Commit

Permalink
Fix Maven properties
Browse files Browse the repository at this point in the history
  • Loading branch information
ben221199 committed May 21, 2024
1 parent a57b1a5 commit 7a62fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@

<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>
</properties>

<scm>
Expand Down

0 comments on commit 7a62fc6

Please sign in to comment.