Build: Add missing com.github.node-gradle.node plugin versions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "com.github.node-gradle.node"
|
||||
id "com.github.node-gradle.node" version "2.2.0"
|
||||
}
|
||||
|
||||
description = 'Kotlin-test integration tests for JS'
|
||||
|
||||
@@ -3,7 +3,7 @@ import com.moowork.gradle.node.task.NodeTask
|
||||
|
||||
plugins {
|
||||
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.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "com.github.node-gradle.node"
|
||||
id "com.github.node-gradle.node" version "2.2.0"
|
||||
}
|
||||
|
||||
description = 'Kotlin Standard Library for JS'
|
||||
|
||||
Reference in New Issue
Block a user