我正在尝试使用TeamCity for CI / CD使用gradlew运行全新的构建。我拥有BuildAgent来运行它,我相信它具有所有必要的SDK和已安装的所有组件。生成代理正在容器中运行。此外,TeamCity服务器在Windows 10 VM上。
我尝试运行一个干净的版本,它运行一些任务,但是然后说:
java.io.IOException: There are no more files
我也再次遇到此错误:
任务:annotations:compileKotlin失败 :annotations:compileKotlin
Execution failed for task ':annotations:compileKotlin'. org.gradle.api.UncheckedIOException: java.io.IOException: There are no more files
我在BuildAgent中缺少文件吗?我不确定是什么问题,因为它在我的本地计算机上没有问题。