prepare for later testing with Node.js

This commit is contained in:
Volker Berlin 2017-03-26 22:14:28 +02:00
parent 6de8d441b3
commit f3a0cd8d6f

View File

@ -1,3 +1,7 @@
plugins {
id "com.moowork.node" version "1.1.1"
}
apply plugin: 'java'
repositories {
@ -27,3 +31,10 @@ sourceSets {
}
}
}
test.dependsOn 'nodeSetup'
node {
version = '7.7.4'
// download = true
}