Skip to content

Commit

Permalink
build: fix typo in java version property
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed May 20, 2024
1 parent d525b27 commit 0f99dd6
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 @@ -27,7 +27,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>${jdk.version}</jdk.version>
<jdk.version>17</jdk.version>

<!-- Official Maven Plugins -->
<maven-plugin-api.version>3.8.2</maven-plugin-api.version>
Expand Down

0 comments on commit 0f99dd6

Please sign in to comment.