[Build] Bump gradle-node-plugin version to 7.0.1
This change is required to fix a configuration cache problem revealed after migration to Gradle 8.4 ^KTI-1473 In Progress
This commit is contained in:
committed by
Space Team
parent
35960f65fb
commit
eab2c6b9b9
@@ -11,7 +11,7 @@ plugins {
|
||||
kotlin("jvm")
|
||||
kotlin("plugin.serialization")
|
||||
id("jps-compatible")
|
||||
id("com.github.node-gradle.node") version "5.0.0"
|
||||
alias(libs.plugins.gradle.node)
|
||||
}
|
||||
|
||||
val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true
|
||||
@@ -230,7 +230,7 @@ val generateTypeScriptJsExportOnFileTests by parallel(
|
||||
fun Test.setupNodeJs() {
|
||||
systemProperty("javascript.engine.path.NodeJs", com.github.gradle.node.variant.VariantComputer()
|
||||
.let { variantComputer ->
|
||||
computeNodeExec(node, variantComputer.computeNodeBinDir(node.computedNodeDir)).get()
|
||||
computeNodeExec(node, variantComputer.computeNodeBinDir(node.resolvedNodeDir, node.resolvedPlatform)).get()
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user