You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is about inconsistency, when using Java 17 I expect to have all defaults set to 17, now I have <maven.compiler.release>17</maven.compiler.release> property set, but <jvmTarget>11</jvmTarget> for kotlin-maven-plugin
Describe the bug
jvmTarget for kotlin-maven-plugin set to 11 even if project is generated with Java 17
jvmTarget 11 is hardcoded in templates for Kotlin, it even has some logic for Java 8 which should be gone
Changes similar to #20849 should be done to kontlin templates
Expected behavior
<jvmTarget>17</jvmTarget>
in the config of kotlin-maven-pluginActual behavior
<jvmTarget>11</jvmTarget>
in the config of kotlin-maven-pluginHow to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
Java 17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.6.3.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: