Mitchell Mebane
Mitchell Mebane
Some OS/filesystem combos support file birth/creation times as a user-modifiable attribute. Windows and macOS, at least, are in this boat, and possibly also FreeBSD and NetBSD. - Windows: Supported by...
I got annoyed by the "Got stale data for time" console logs. log filter is a bit overkill since it's copied from some of my other stuff, but it works.
While debugging a [crash involving this plugin](https://github.com/ben-manes/gradle-versions-plugin/issues/930), I set up a Gradle composite build with my repro project and the source for the Gradle plugins it was using. I noticed...
dependencyUpdates task fails with ConcurrentModificationException since 0.52.0 in certain projects
I am getting a `ConcurrentModificationException` when running the `dependencyUpdates` task in some of my Spring Boot projects after upgrading them to `gradle-versions-plugin` v0.52.0. After some experimentation, I've narrowed it down...