Skip to content

Commit

Permalink
maven compiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiidb committed Apr 19, 2023
1 parent 35cfb8c commit 0a839ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclair-keysend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<name>${project.artifactId}</name>

<properties>
<maven.compiler.source>19</maven.compiler.source>
<maven.compiler.target>19</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit 0a839ba

Please sign in to comment.