mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
prepare for later testing with Node.js
This commit is contained in:
parent
6de8d441b3
commit
f3a0cd8d6f
11
build.gradle
11
build.gradle
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user