#1642 - Upgrade to Kotlin Maven Plugin 1.5.31 for JDK 17 compatibility.

This commit is contained in:
Oliver Drotbohm
2021-09-20 22:17:16 +02:00
parent e5a46052e5
commit 380d03cfeb

View File

@@ -1168,7 +1168,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>${kotlin.version}</version>
<version>1.5.31</version>
<configuration>
<jvmTarget>${source.level}</jvmTarget>
</configuration>