Robert Mihaly
Robert Mihaly
Here is a non multi-module project `buildEnvironment` (also spring-boot but not using the spring-boot gradle plugin), our compress comes from Jib and it also broke our `jibBuildTar` step after `3.4.2`...
Another thing, I saw the workaround is to enforce `commons-codec` version `1.16`, in our project is at version `1.11` currently, which is also pulled in by `jib` ``` +--- com.google.cloud.tools.jib:com.google.cloud.tools.jib.gradle.plugin:3.4.2...
@chanseokoh I shared above our `buildEnvironment` that shows that we use commons compress 1.26.0 that is only pulled in by `jib` and nothing should depend on it or "downgrade" it...
I had some free time to look into why my build fails and in my case `buildEnvironment` wasn't telling me the truth, because it did not include the dependencies from...
This is still failing on 2.39.0 ``` error: An unhandled exception was thrown by the Error Prone static analysis plugin. @lombok.NonNull ^ Please report this at https://github.com/google/error-prone/issues/new and include the...
Still broken in `2.40.0`. I am aware of the workaround to just disable that check, but I don't like that path. If we go down that route, we might be...
We are facing the same issue today, we wanted a histogram on number of unique elements returned from a processing task and counting how many times this was 0,1,2,3,5,8,13,... Zero...