Could not find method buildCache() for arguments [init_495f3zuch6b4h9iatm4zb5q9o$_run_closure1@44004ee] on build of type org.gradle.invocation.DefaultGradle.
o
octylFractal
09/15/2019, 6:51 AM
yea, it runs delegating to a
Gradle
object, not a
Settings
. You'd need to acquire that first using
void settingsEvaluated(Action<? super Settings> action)
, then you can write inside that closure as if you were writing in