[Build] Update gradle-node-plugin to 3.2.1
#KT-44611 In Progress
This commit is contained in:
@@ -8,7 +8,7 @@ import org.jetbrains.kotlin.ideaExt.idea
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
id("com.github.node-gradle.node") version "3.0.1"
|
||||
id("com.github.node-gradle.node") version "3.2.1"
|
||||
id("de.undercouch.download")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import com.github.gradle.node.npm.task.NpmTask
|
||||
|
||||
plugins {
|
||||
id("com.github.node-gradle.node") version "3.0.1"
|
||||
id("com.github.node-gradle.node") version "3.2.1"
|
||||
base
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user