Skip to content

Commit

Permalink
Add maven.compiler.release (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfeng authored Feb 21, 2024
1 parent c176c9f commit 063394b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>2.16.12.Final</quarkus.version>
Expand Down

0 comments on commit 063394b

Please sign in to comment.