|
|
@ -230,7 +230,6 @@ |
|
|
|
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html --> |
|
|
|
<!-- Based on instructions here - https://kotlinlang.org/docs/reference/using-maven.html --> |
|
|
|
<artifactId>kotlin-maven-plugin</artifactId> |
|
|
|
<artifactId>kotlin-maven-plugin</artifactId> |
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
<version>${kotlin-maven-plugin.version}</version> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<jvmTarget>17</jvmTarget> |
|
|
|
<jvmTarget>17</jvmTarget> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|