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,7 +1,7 @@
import com.moowork.gradle.node.npm.NpmTask
plugins {
id("com.moowork.node").version("1.2.0")
id("com.moowork.node")
base
}