Michael Whitaker

Results 3 issues of Michael Whitaker

Currently `skipTestGroups` operates on the implicit prefixes of `test` and `androidTest` (the other explicit matches don't end up mattering since they meet these prefixes). It would be helpful if these...

### Feature description Currently the test-resources plugin [configures all Test type tasks](https://github.com/micronaut-projects/micronaut-gradle-plugin/blob/master/test-resources-plugin/src/main/java/io/micronaut/gradle/testresources/MicronautTestResourcesPlugin.java#L161) in a project to include test-resources support. With newer versions of Gradle (7.3+?) the [JVM Test Suite plugin](https://docs.gradle.org/current/userguide/jvm_test_suite_plugin.html)...

Currently a Gradle project property can be used as a source for a buildParameter but the property name is identical to the buildParameter path `.`. This causes problems when overriding...

waiting-for-feedback