Browse Source
Previously, if an annotation processors was present in the classpath it was executed as part of tests using `TestCompiler`. This commit updates `TestCompiler` to always set the annotation processors to use. By default, this sets an empty list which does not use annotation processing. Closes gh-31791pull/31796/head
1 changed files with 1 additions and 3 deletions
Loading…
Reference in new issue