sergeykad

Results 63 comments of sergeykad

What about Yarn tasks ( YarnSetupTask, YarnInstallTask, YarnTask)? Can build cache be enabled for them?

https://github.com/palantir/gradle-baseline/issues/1719

xjc-gradle-plugin Issue: https://github.com/bjornvester/xjc-gradle-plugin/issues/20

The current Helm chart is 3.x and supports Jaeger 1.x IMHO adding Helm chart 4.x with support for Jaeger 2.x will work fine. I am not sure how it should...

Thanks, @vlsi . Actually adding the `jmhAnnotationProcessor` configuration to the classpath fixed the `error: plug-in not found: ErrorProne` issue. I disabled error-prone anyway since I do not want to run...

I am attaching the `-v=7` output below The value of the `$ENVIRONMENT` was not `default` but a name of an actual namespace. The user has permission to the `$ENVIRONMENT` namespace...

I specified the namespace I want to use. Is this configuration ignored? Or there are separate namespaces for krelay and the target service? Alternatively is it possible to select cluster...

I fixed it by adding the registry and repository to my configuration as follows. Could you merge this into the official Helm charts? ```yaml spark: enabled: true image: registry: ghcr.io...

We use v6.0.0 of the plugin. I checked the code too and was surprised to see the `PathSensitive(PathSensitivity.RELATIVE)` as you mentioned. If it is not part of version 6.0.0 you...

You can check the [spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) for example. I know that it works correctly.