Replace com.moowork.node plugin with com.github.node-gradle.node

This commit is contained in:
Vyacheslav Gerasimov
2019-11-18 18:33:44 +03:00
parent 81e24fbdb4
commit 8d31d4a60f
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import org.gradle.internal.os.OperatingSystem
plugins {
kotlin("jvm")
id("jps-compatible")
id("com.moowork.node")
id("com.github.node-gradle.node")
id("de.undercouch.download")
}
+1 -1
View File
@@ -1,7 +1,7 @@
import com.moowork.gradle.node.npm.NpmTask
plugins {
id("com.moowork.node")
id("com.github.node-gradle.node")
base
}
+1 -1
View File
@@ -1,5 +1,5 @@
plugins {
id "com.moowork.node"
id "com.github.node-gradle.node"
}
description = 'Kotlin-test integration tests for JS'
+1 -1
View File
@@ -1,5 +1,5 @@
plugins {
id "com.moowork.node"
id "com.github.node-gradle.node"
}
description = 'Kotlin Standard Library for JS IR'
+1 -1
View File
@@ -1,5 +1,5 @@
plugins {
id "com.moowork.node"
id "com.github.node-gradle.node"
}
description = 'Kotlin Standard Library for JS'
@@ -4,7 +4,7 @@ description = "Source Map Loader for Webpack"
plugins {
id("base")
id("com.moowork.node")
id("com.github.node-gradle.node")
}
val default = configurations.getByName(Dependency.DEFAULT_CONFIGURATION)
@@ -4,7 +4,7 @@ description = "Simple Kotlin/JS tests runner with TeamCity reporter"
plugins {
id("base")
id("com.moowork.node")
id("com.github.node-gradle.node")
}
val default = configurations.getByName(Dependency.DEFAULT_CONFIGURATION)
+1 -1
View File
@@ -18,7 +18,7 @@ pluginManagement {
}
plugins {
id("com.moowork.node") version "1.3.1"
id("com.github.node-gradle.node") version "2.2.0"
}
}