Skip to content

Commit 0f99dd6

Browse files
committed
build: fix typo in java version property
1 parent d525b27 commit 0f99dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<properties>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
30-
<jdk.version>${jdk.version}</jdk.version>
30+
<jdk.version>17</jdk.version>
3131

3232
<!-- Official Maven Plugins -->
3333
<maven-plugin-api.version>3.8.2</maven-plugin-api.version>

0 commit comments

Comments
 (0)