Ben Manes
Ben Manes
For server-side projects then I don't think module metadata is customized very often because so many other build tools are used. I believe its primarily used by gradle only environments...
There might be ways to fix the module metadata, but I'm not very knowledgable there. It seems that upgrading the kotlin plugin to `2.0.20-Beta1` or later may fix some problems...
Thanks @Vampire! I can only lightly reply to a few of your comments. > > For some reason it wants the sourcesElements variant > Who is "it"? I was probably...
We do in fact allow [skipping configurations](https://github.com/ben-manes/gradle-versions-plugin?tab=readme-ov-file#configuration-filter)! I also prefer allowing gradle to resolve and combine with dependabot for its added security analysis. I mentioned a fallback because I don’t...
We don’t fail the task. It should log and skip the configuration if an unexpected failure. Unfortunately the result aggregation doesn’t include the configurations the dependency was resolved on, so...
Confirmed as fixed upstream
Thanks for the update, makes sense! Caffeine [decorates](https://github.com/ben-manes/caffeine/blob/c8ba23a75c1f7fc6f21113bd9d3c72127f1a04d9/caffeine/src/main/java/com/github/benmanes/caffeine/cache/LocalCache.java#L156-L182) the loading function to make it record stats when enabled, where the `statsTicker` is only used for the loading time on a...
It does say __time source for use in determining when entries should be expired or refreshed__ which implies it is not used for stats. I'm fine being more explicit as...
I wanted to investigate removing that (https://github.com/ben-manes/caffeine/issues/1478#issuecomment-1963063578). I think that other changes meant this wasn't needed, and maybe an artifact of old logic or bug workarounds. Offhand I don't recall...
I'm unsure if this is related or a different failure. I am starting to apply the rules to my test suite. The exception was captured in the html report. ```console...