Skip to content

Commit d50853b

Browse files
authored
🌍 use separate kotlin-js-store (#4094)
See #4091 (comment)
1 parent 8f9d4d4 commit d50853b

File tree

2 files changed

+971
-7
lines changed

2 files changed

+971
-7
lines changed

tests/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ tasks.register("ciBuild") {
9292
dependsOn("ciBuildJava9")
9393
}
9494

95-
96-
plugins.withType(org.jetbrains.kotlin.gradle.targets.js.yarn.YarnPlugin::class.java) {
97-
configure<org.jetbrains.kotlin.gradle.targets.js.yarn.YarnRootExtension> {
98-
lockFileDirectory = rootDir.resolve("../kotlin-js-store")
99-
}
100-
}
101-
10295
plugins.withType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin::class.java) {
10396
// graphql-js canarty requires node >= 16.10
10497
extensions.findByType(org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension::class.java)?.nodeVersion = "16.10.0"

0 commit comments

Comments
 (0)