[213] Fix 1.5.10-release-949 jdk 8 stdlib requirement in :jps-common:test
ERROR: :jps:jps-common:test: Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.10-release-949. The problem is in dependency: com.jetbrains.intellij.platform:jps-model-serialization:213.7172.25 -- (runtime) -> com.jetbrains.intellij.platform:util:213.7172.25 -- (runtime) -> org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.10-release-949 Provide a jdk 8 stdlib that should make the resolution of the dependency redundant. KTI-1114
This commit is contained in:
committed by
Space Team
parent
3ee089bb48
commit
0aaaa5b4fa
@@ -7,7 +7,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(kotlinStdlib())
|
||||
implementation(kotlinStdlib("jdk8"))
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
rootProject.extra["kotlinJpsPluginEmbeddedDependencies"]
|
||||
.let { it as List<String> }
|
||||
|
||||
Reference in New Issue
Block a user