[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
@@ -7,7 +7,7 @@ import java.io.FileOutputStream
|
||||
|
||||
plugins {
|
||||
kotlin("js")
|
||||
id("com.github.node-gradle.node") version "5.0.0"
|
||||
alias(libs.plugins.gradle.node)
|
||||
}
|
||||
|
||||
description = "Kotlin-test integration tests for JS IR"
|
||||
|
||||
@@ -4,7 +4,7 @@ description = "Simple Kotlin/JS tests runner with TeamCity reporter"
|
||||
|
||||
plugins {
|
||||
id("base")
|
||||
id("com.github.node-gradle.node") version "5.0.0"
|
||||
alias(libs.plugins.gradle.node)
|
||||
}
|
||||
|
||||
publish(sbom = false)
|
||||
|
||||
Reference in New Issue
Block a user