mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +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
|
test.dependsOn it
|
||||||
options = ['-v']
|
options = ['-v']
|
||||||
script = file("$buildDir/tmp/scriptDoesNotExists.js")
|
script = file("$buildDir/tmp/scriptDoesNotExists.js")
|
||||||
|
script.parentFile.mkdirs()
|
||||||
script.text = ''
|
script.text = ''
|
||||||
doLast {
|
doLast {
|
||||||
if( node.download ) {
|
if( node.download ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user