Build: Specify version explicitly for com.github.node-gradle.node
This commit is contained in:
@@ -6,7 +6,7 @@ import org.gradle.internal.os.OperatingSystem
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
id("com.github.node-gradle.node")
|
||||
id("com.github.node-gradle.node") version "2.2.0"
|
||||
id("de.undercouch.download")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import com.moowork.gradle.node.npm.NpmTask
|
||||
|
||||
plugins {
|
||||
id("com.github.node-gradle.node")
|
||||
id("com.github.node-gradle.node") version "2.2.0"
|
||||
base
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user