Open
Description
Deliverables
-
"Target Java release" seems to be hard-coded for now, and it is worth moving to a build parameter. It should propagate to
JavaCompile.options...release
andKotlinJvmCompile...Xjdk-release, and jvmTarget
-
JUnit should probably be built with the latest Java, and there should be a possibility to test it with a different version. Thus two toolchain properties are needed: one for build, another one for test.
See: