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
View File
@@ -16,10 +16,6 @@ pluginManagement {
maven { url "https://kotlin.bintray.com/kotlin-dependencies" }
}
}
plugins {
id("com.github.node-gradle.node") version "2.2.0"
}
}
buildscript {