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 {
|
plugins {
|
||||||
kotlin("jvm")
|
kotlin("jvm")
|
||||||
id("jps-compatible")
|
id("jps-compatible")
|
||||||
id("com.github.node-gradle.node")
|
id("com.github.node-gradle.node") version "2.2.0"
|
||||||
id("de.undercouch.download")
|
id("de.undercouch.download")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import com.moowork.gradle.node.npm.NpmTask
|
import com.moowork.gradle.node.npm.NpmTask
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.github.node-gradle.node")
|
id("com.github.node-gradle.node") version "2.2.0"
|
||||||
base
|
base
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ description = "Source Map Loader for Webpack"
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("base")
|
id("base")
|
||||||
id("com.github.node-gradle.node")
|
id("com.github.node-gradle.node") version "2.2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
val default = configurations.getByName(Dependency.DEFAULT_CONFIGURATION)
|
val default = configurations.getByName(Dependency.DEFAULT_CONFIGURATION)
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ description = "Simple Kotlin/JS tests runner with TeamCity reporter"
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("base")
|
id("base")
|
||||||
id("com.github.node-gradle.node")
|
id("com.github.node-gradle.node") version "2.2.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
val default = configurations.getByName(Dependency.DEFAULT_CONFIGURATION)
|
val default = configurations.getByName(Dependency.DEFAULT_CONFIGURATION)
|
||||||
|
|||||||
@@ -16,10 +16,6 @@ pluginManagement {
|
|||||||
maven { url "https://kotlin.bintray.com/kotlin-dependencies" }
|
maven { url "https://kotlin.bintray.com/kotlin-dependencies" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
|
||||||
id("com.github.node-gradle.node") version "2.2.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
buildscript {
|
buildscript {
|
||||||
|
|||||||
Reference in New Issue
Block a user