I'm having some trouble with an gradle plugin writ...
# gradle
d
I'm having some trouble with an gradle plugin writen in kotlin for build the new build cache. I get the following error:
Copy code
./gradlew clean assemble
Build cache is an incubating feature.
Using remote Minio Object store build cache for the root build (Access key = Q3AM3UQ867SPQQA43P2F, Bucket = gradle-buildcache-test, Endpoint = <https://play.minio.io:9000>, Secret key = zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG).

FAILURE: Build failed with an exception.

* What went wrong:
org.gradle.caching.BuildCacheEntryWriter.getSize()J

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED in 2s
2 actionable tasks: 2 executed