You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TestCompiler only sets the configured processors if the list is not empty. This means that if nothing is configured, annotation processors are discovered from the classpath and the only way to disable annotation processing is to pass -proc:none. It's probably better to never discover annotation processors as it can have side effects but we can expose an option if it turns out we need this.
The text was updated successfully, but these errors were encountered:
TestCompiler
only sets the configured processors if the list is not empty. This means that if nothing is configured, annotation processors are discovered from the classpath and the only way to disable annotation processing is to pass-proc:none
. It's probably better to never discover annotation processors as it can have side effects but we can expose an option if it turns out we need this.The text was updated successfully, but these errors were encountered: