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
@@ -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)