Is your feature request related to a problem? Please describe.
Maven configuration specify releaseJavaVersion and buildJavaVersion, but distinction purpose is not clear and value is the same for both.
Kotlin is manually configured but plugin extensions option could be used instead for a simpler configuration.
Describe the solution you'd like
I'd like to see a common java.version for build and release, and an simplified, extensions based kotlin configuration.
Is your feature request related to a problem? Please describe.
Maven configuration specify
releaseJavaVersionandbuildJavaVersion, but distinction purpose is not clear and value is the same for both.Kotlin is manually configured but plugin
extensionsoption could be used instead for a simpler configuration.Describe the solution you'd like
I'd like to see a common
java.versionfor build and release, and an simplified,extensionsbased kotlin configuration.