Deprecates specifying a processorpath in the compilerArgs
We don't want users doing that so that we can correctly cache
their tasks. But, we also don't want to break them as they migrate
from passing the processorpath command line argument via the
annotationProcessorPath property on CompileOptions.
Part of #2300
Signed-off-by: Thomas Broyer <t.broyer@ltgt.net>