Build: Extract version of com.moowork.node to the settings.gradle
This commit is contained in:
@@ -6,7 +6,7 @@ import org.gradle.internal.os.OperatingSystem
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("jps-compatible")
|
||||
id("com.moowork.node").version("1.2.0")
|
||||
id("com.moowork.node")
|
||||
id("de.undercouch.download")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import com.moowork.gradle.node.npm.NpmTask
|
||||
|
||||
plugins {
|
||||
id("com.moowork.node").version("1.2.0")
|
||||
id("com.moowork.node")
|
||||
base
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "com.moowork.node" version "1.2.0"
|
||||
id "com.moowork.node"
|
||||
}
|
||||
|
||||
description = 'Kotlin-test integration tests for JS'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "com.moowork.node" version "1.2.0"
|
||||
id "com.moowork.node"
|
||||
}
|
||||
|
||||
description = 'Kotlin Standard Library for JS IR'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "com.moowork.node" version "1.2.0"
|
||||
id "com.moowork.node"
|
||||
}
|
||||
|
||||
description = 'Kotlin Standard Library for JS'
|
||||
|
||||
@@ -4,7 +4,7 @@ description = "Source Map Loader for Webpack"
|
||||
|
||||
plugins {
|
||||
id("base")
|
||||
id("com.moowork.node") version "1.2.0"
|
||||
id("com.moowork.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") version "1.2.0"
|
||||
id("com.moowork.node")
|
||||
}
|
||||
|
||||
val default = configurations.getByName(Dependency.DEFAULT_CONFIGURATION)
|
||||
|
||||
@@ -16,6 +16,10 @@ pluginManagement {
|
||||
maven { url "https://kotlin.bintray.com/kotlin-dependencies" }
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.moowork.node") version "1.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
buildscript {
|
||||
|
||||
Reference in New Issue
Block a user