Gary Hale
Gary Hale
### Current Behavior When you set the local build cache configuration via `buildCache.local` in `settings.gradle`, the build scan correctly shows the configured value for `buildCache.local.removeUnusedEntriesAfterDays`. With https://github.com/gradle/gradle/pull/28521 however, we allow...
### Current Behavior When a project contains only disabled JUnit5 template tests, these tests are not reported to Gradle with "skipped" events. To Gradle, it appears as if no tests...
This allows the type inspection infrastructure to also capture data about (and validate) annotated non-property methods in types. One example of such a method is one annotated with `@TaskAction`. We'll...
This updates declarative gradle documentation to refer to software types and features as project types and features. It also removes references to the AGP preview using the legacy software type...
Allows project features to be bound declaring the definition as "unsafe". If not declared unsafe, the assumption is that a definitions is safe and we'll throw an exception if we...