Commit a8713ef
fix(build): use releaseJavaVersion for kotlin-maven-plugin jvmTarget (#1874)
kotlin-maven-plugin's <jvmTarget> referenced the undeclared property
maven.compiler.target, which silently resolved to null (Maven doesn't
fail on unresolved plugin-config expressions), so the plugin fell back
to its internal default and compiled Kotlin sources targeting JVM 1.8
instead of the project's actual release target.
Introduced in 740895e.
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent 7c32435 commit a8713ef
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
0 commit comments