as far as I can tell, with develocity or test-retr...
# community-support
s
as far as I can tell, with develocity or test-retry plugin, only class-level annotations are supported with
includeAnnotationClasses
, is there any way to do method-level annotations? (or perhaps, invoke some custom logic otherwise)
well, on a cursory look at the source code, I guess it's not possible at all, filed a feature request: https://github.com/gradle/test-retry-gradle-plugin/issues/391
👌 1