Skip to content

Commit

Permalink
build: update java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Dec 6, 2024
1 parent 94d9d1f commit 7acd225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<smart-api.version>1.61.2</smart-api.version>

<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.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
</properties>

<groupId>minevalley.core</groupId>
Expand Down

0 comments on commit 7acd225

Please sign in to comment.