[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
+2
View File
@@ -24,6 +24,7 @@ junit5 = "5.10.0"
junit-platform = "1.10.0"
android-gradle-plugin = "7.1.3"
android-tools = "30.3.1"
gradle-node = "7.0.1"
[libraries]
dexMemberList = { module = "com.jakewharton.dex:dex-member-list", version.ref = "dexMemberList" }
@@ -74,3 +75,4 @@ android-tools-common = { module = "com.android.tools:common", version.ref = "and
[plugins]
jetbrains-ideaExt = { id = "org.jetbrains.gradle.plugin.idea-ext", version.ref = "jetbrains-ideaExt" }
gradle-node = { id = "com.github.node-gradle.node", version.ref = "gradle-node" }