mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 02:44:47 +01:00
create dir first
This commit is contained in:
parent
570b7090b0
commit
4738619e62
@ -91,6 +91,7 @@ task nodeVersion(type: NodeTask) {
|
||||
test.dependsOn it
|
||||
options = ['-v']
|
||||
script = file("$buildDir/tmp/scriptDoesNotExists.js")
|
||||
script.parentFile.mkdirs()
|
||||
script.text = ''
|
||||
doLast {
|
||||
if( node.download ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user