在 jenkins 中构建我的代码时,出现以下错误,
value parse is not a member of object org.joda.time.DateTime [ant:scalac]
var broadcastDate = DateTime.parse(attributesMap("processingDate"),
DateTimeFormat.forPattern(dateFormat)).plusDays(i)
虽然我可以在本地构建,但不能在 jenkins 构建。
我还在我的 Still 中添加了 joda-convert 依赖项,build.gradle
但我遇到了同样的错误。