Skip to content

Commit

Permalink
Added maven compiler source and target
Browse files Browse the repository at this point in the history
  • Loading branch information
koushikr committed Dec 6, 2023
1 parent 7d8f522 commit 0c6ab30
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 @@ -102,6 +102,8 @@

<dropwizard.version>2.1.10</dropwizard.version>
<jmh.version>1.35</jmh.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 0c6ab30

Please sign in to comment.