add await() in ApiGeneratorTask.copyAllFilesToTempDir()

This commit is contained in:
Sergey Vlasenko 2024-04-02 18:07:39 +03:00
parent 3d4ada6bbf
commit bf5fae6b04
1 changed files with 1 additions and 0 deletions

View File

@ -152,5 +152,6 @@ abstract class ApiGeneratorTask: DefaultTask() {
}
}
workQueue.await()
}
}