我要强制使用sheet = pyexcel_ods3.read_data("sample.ods")
而不是httpBuildCache
与gradle
我为此配置local build cache
:
seeting.gradle
但是当我开始两个构建时,出现此错误:
buildCache {
local {
enabled = false
}
remote(HttpBuildCache) {
url = 'url'
push = true
credentials {
username = '*'
password = '*'
}
}
}
我尝试删除Could not create service of type FileHasher using GradleUserHomeScopeServices.createCachingFileHasher().
中的/caches
。
但是我不明白为什么以及何时开始使用属性.gradle
gradle构建本地创建新的缓存。