We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9b9f0e + 8aa7314 commit 8752157Copy full SHA for 8752157
junit-jupiter-starter-maven-kotlin/pom.xml
@@ -12,6 +12,7 @@
12
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
<kotlin.version>2.2.21</kotlin.version>
14
<maven.compiler.release>17</maven.compiler.release>
15
+ <kotlin.compiler.jvmTarget>${maven.compiler.release}</kotlin.compiler.jvmTarget>
16
</properties>
17
18
<dependencyManagement>
0 commit comments