Build: Add missing com.github.node-gradle.node plugin versions

This commit is contained in:
Vyacheslav Gerasimov
2020-01-13 19:40:08 +03:00
parent b2039a9a13
commit fa1c6c9697
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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 -1
View File
@@ -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'