Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Error Prone dependence compileOnly (#50)
Whenever NullAway runs, it must be loaded via Error Prone. Hence, I believe that the Error Prone Check APIs should always be available. Making the errorProneCheckApi a compileOnly dependence should reduce the size of the annotation processor classpath in some cases, which could speed up builds and avoid some incompatibilities like in #48.
- Loading branch information