[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:
committed by
Space Team
parent
1c00b7062e
commit
cb087b7def
@@ -6,7 +6,7 @@ import java.io.FileOutputStream
|
||||
|
||||
plugins {
|
||||
kotlin("js")
|
||||
id("com.github.node-gradle.node") version "3.2.1"
|
||||
id("com.github.node-gradle.node") version "5.0.0"
|
||||
}
|
||||
|
||||
description = "Kotlin-test integration tests for JS IR"
|
||||
|
||||
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformType
|
||||
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinUsages
|
||||
|
||||
plugins {
|
||||
id "com.github.node-gradle.node" version "3.2.1"
|
||||
id "com.github.node-gradle.node" version "5.0.0"
|
||||
}
|
||||
|
||||
description = 'Kotlin-test integration tests for JS'
|
||||
|
||||
Reference in New Issue
Block a user