Skip to content

Commit

Permalink
fix pom jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarmadev committed Aug 16, 2024
1 parent 8488e8f commit 9da5c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0-SNAPSHOT</version>

<properties>
<jdk.version>21</jdk.version>
<jdk.version>17</jdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.checkstyle.plugin.version>3.1.1</maven.checkstyle.plugin.version>
Expand Down

0 comments on commit 9da5c96

Please sign in to comment.