Build: Specify version explicitly for com.github.node-gradle.node

This commit is contained in:
Vyacheslav Gerasimov
2020-01-13 15:48:10 +03:00
parent bf5bba42ce
commit b2039a9a13
5 changed files with 4 additions and 8 deletions
@@ -4,7 +4,7 @@ description = "Source Map Loader for Webpack"
plugins {
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)