Build: Add missing com.github.node-gradle.node plugin versions
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "com.github.node-gradle.node"
|
id "com.github.node-gradle.node" version "2.2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
description = 'Kotlin-test integration tests for JS'
|
description = 'Kotlin-test integration tests for JS'
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import com.moowork.gradle.node.task.NodeTask
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
base
|
base
|
||||||
id("com.github.node-gradle.node")
|
id("com.github.node-gradle.node") version "2.2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
// A simple CLI for creating JS IR klibs.
|
// A simple CLI for creating JS IR klibs.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "com.github.node-gradle.node"
|
id "com.github.node-gradle.node" version "2.2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
description = 'Kotlin Standard Library for JS'
|
description = 'Kotlin Standard Library for JS'
|
||||||
|
|||||||
Reference in New Issue
Block a user