【发布时间】:2020-10-07 22:48:27
【问题描述】:
我的构建步骤使用来自 TeamCity 的 gradle build in 模板,但不幸的是我得到了:
[16:29:22][:presentation:compileLocalDebugKotlin] Using kotlin incremental compilation
[16:29:48][:presentation:compileLocalDebugKotlin] Compilation with Kotlin compile daemon was not successful
[16:29:48][:presentation:compileLocalDebugKotlin] java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is:
[16:29:48][:presentation:compileLocalDebugKotlin] java.io.EOFException
[16:29:48][:presentation:compileLocalDebugKotlin] at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:229)
[16:29:48][:presentation:compileLocalDebugKotlin] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
关于我为什么会得到这个的任何想法?
【问题讨论】:
-
请显示您的 build.gradle 文件
-
哇,这太酷了。对此发表评论两天后,我遇到了同样的问题...查看我的解决方案的答案
标签: android continuous-integration kotlin teamcity travis-ci