Forces kotlin version to 1.9.23

Fixes gh-3333
This commit is contained in:
spencergibb
2024-04-03 22:35:36 -04:00
parent a0a3dfbb79
commit a24f5b8eab

View File

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