sergeykad
sergeykad
### Bug Description The IntelliJ plugin was failing with a timeout during deployment. After the same command (`mirrord ext -t deployment/my-service`) was executed from CLI and the agent image was...
Hadolint has several rules that tell you to delete package manager caches. But that's outdated advice. Docker's official docs now recommend using BuildKit cache mounts - they're faster and they're...
The plugin fails to run with Gradle 9 The problem occurs with version 12.1.3 of the Gradle plugin Log file https://gist.github.com/sergeykad/14076a4695a12590936c51314776cd7f Error: `org.gradle.api.internal.artifacts.configurations.DefaultConfiguration$IllegalResolutionException: Resolution of the configuration ':abstract-function-plugin:errorproneJavac' was attempted...
I got "The following operations were slower to pull from the cache than to rerun:" message that mentions a lot of `processResources` and `jar` tasks. These tasks, however, are not...