Vadim Tkachenko
Vadim Tkachenko
In a word, yes. Here's just one of many possible entry points into this: https://github.com/gradle/gradle/issues/25616 I was also surprised by the fact that code classpath affects the plugin classpath, but...
### Summary I don't think the upgrade is avoidable, read on. ### Workaround Obviously, this will only work if nothing else is broken by the `antlr4-runtime` version adjustment, I'm sure...
Knee jerk reaction: shaded jars are evil. Assumption based on cursory code review (please let me know if I'm right): ANTLR is only used for XML linting here (though I...
> SAX and Stax parsers tend to swallow some whitespace. Any other suggestions? Nope, I try to avoid XML for a while now. > > * (lowest hanging fruit) upgrade...
Note to self: check how this works with SpringBoot 3.3. Reference: https://github.com/spring-projects/spring-boot/pull/29403#issuecomment-2070359846
Well... Let me see: * Gradle Doctor is already able to figure out which component is misbehaving (`generateGitProperties`), and how exactly (faster to rerun than to extract from the cache)...
(updated the original submission) no, multiple Gradle daemons are not started. Approach - the message seems to be simply a false positive (having just one daemon would make me think...
Rev. cc83ef52117930f0bfe749d21ec68b1fc044b25e disables the use of the configuration cache for `jibDockerPlugin` task so the problem doesn't break the build anymore, however, this may not be sufficient when Gradle 10 comes,...
The intent is clear, but things become anything but consistent in reality because `Duration` itself isn't. The only four methods that account for nanoseconds are `toMillis()`, `toNanos()`, `toMillisPart()`, and `toNanosPart()`,...