adenhartog

Results 2 issues of adenhartog

Reproduction scenario: - Create a new (empty) Gradle project with Gradle 8.4 (for simplicity: without subprojects) - Apply the Base Plugin in the plugins block (Gradle builtin plugin) - Apply...

### Describe the bug We use `ConfigBuilder(Config.empty())` to create an empty config so that we have no autoconfig or other interference from the presence of a pre-existing `~/.kube/config` file. We...