Skip to content

Commit

Permalink
Use compiler source for source/target (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored May 26, 2024
1 parent 98f5db0 commit c1bee6a
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 @@ -104,8 +104,8 @@
<version>3.13.0</version>
<configuration>
<compilerVersion>${maven.compiler.source}</compilerVersion>
<source>17</source>
<target>17</target>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c1bee6a

Please sign in to comment.