You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'true' with class 'java.lang.Boolean' to class 'org.gradle.api.provider.Property'
Interesting. One difference is that many of the other blocks are instantiated by ObjectFactory.newInstance, while the downloadClient is just a POJO owned by the HelmExtension directly. I always thought the Groovy syntactic sugar for setting properties was something that Gradle makes generally available, not just for objects instantiated via ObjectFactory. Will investigate!
I am trying to enable client downloading as per docs:
However, this is what I get on Gradle 6.6:
However, Kotlin syntax works:
It is strange because it seems other closures don't have this problem:
The text was updated successfully, but these errors were encountered: