Remove jdk-release
This commit is contained in:
parent
187b8e8076
commit
362d7a4042
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- FX configuration
|
- FX configuration
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
- Xjdk-release flag because it is broken until https://youtrack.jetbrains.com/issue/KT-52823
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ import space.kscience.gradle.internal.fromJsDependencies
|
|||||||
|
|
||||||
|
|
||||||
private val defaultKotlinJvmArgs: List<String> =
|
private val defaultKotlinJvmArgs: List<String> =
|
||||||
listOf("-Xjvm-default=all", "-Xlambdas=indy", "-Xjdk-release=${KScienceVersions.JVM_TARGET}")
|
listOf("-Xjvm-default=all", "-Xlambdas=indy"/* "-Xjdk-release=${KScienceVersions.JVM_TARGET}"*/)
|
||||||
|
|
||||||
private fun resolveKotlinVersion(): KotlinVersion {
|
private fun resolveKotlinVersion(): KotlinVersion {
|
||||||
val (major, minor, patch) = KScienceVersions.kotlinVersion.split(".", "-")
|
val (major, minor, patch) = KScienceVersions.kotlinVersion.split(".", "-")
|
||||||
|
Loading…
Reference in New Issue
Block a user