1
mirror of https://github.com/CarmJos/BukkitJSONSerializer.git synced 2026-06-04 08:38:22 +08:00

build(pom): fixed jdk version

This commit is contained in:
2022-06-07 07:09:07 +08:00
parent 9a0f4059ef
commit 081b95854b
+2 -2
View File
@@ -144,8 +144,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
<encoding>UTF-8</encoding>
<compilerArgument>-parameters</compilerArgument>
</configuration>