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
+1 -1
View File
@@ -6,7 +6,7 @@ import org.gradle.internal.os.OperatingSystem
plugins {
kotlin("jvm")
id("jps-compatible")
id("com.github.node-gradle.node")
id("com.github.node-gradle.node") version "2.2.0"
id("de.undercouch.download")
}