[Build] Bump gradle-node-plugin version to 5.0.0

This change is required to fix a configuration cache problem revealed after migration to Gradle 8.1
This commit is contained in:
Alexander.Likhachev
2023-06-23 17:38:59 +02:00
committed by Space Team
parent 1c00b7062e
commit cb087b7def
7 changed files with 30 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ plugins {
kotlin("jvm")
kotlin("plugin.serialization")
id("jps-compatible")
id("com.github.node-gradle.node") version "3.2.1"
id("com.github.node-gradle.node") version "5.0.0"
}
val nodeDir = buildDir.resolve("node")
+1 -1
View File
@@ -1,7 +1,7 @@
import com.github.gradle.node.npm.task.NpmTask
plugins {
id("com.github.node-gradle.node") version "3.2.1"
id("com.github.node-gradle.node") version "5.0.0"
base
}