Build: Extract version of com.moowork.node to the settings.gradle

This commit is contained in:
Vyacheslav Gerasimov
2019-11-18 18:32:08 +03:00
parent ea9b490467
commit 81e24fbdb4
8 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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)