[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:
Alexander.Likhachev
2023-10-10 21:25:52 +02:00
committed by Space Team
parent 35960f65fb
commit eab2c6b9b9
6 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import com.github.gradle.node.npm.task.NpmTask
plugins {
id("com.github.node-gradle.node") version "5.0.0"
alias(libs.plugins.gradle.node)
base
}