add await() in ApiGeneratorTask.copyAllFilesToTempDir()
This commit is contained in:
parent
3d4ada6bbf
commit
bf5fae6b04
|
|
@ -152,5 +152,6 @@ abstract class ApiGeneratorTask: DefaultTask() {
|
|||
}
|
||||
}
|
||||
|
||||
workQueue.await()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue