Gary Hale

Results 15 issues of 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...

a:bug
in:build-scan
in:build-cache

### 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...

in:testing
a:bug
in:testing-junit5

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...

a:feature
in:work-validation

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...

documentation

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...

a:feature
in:declarative-dsl