Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build-time Refaster template loading (#121)
When using the system classloader, `RefasterCheckTest` is able to successfully load the Refaster templates from the classpath, causing the tests to pass. However, when during a build the Java compiler loads `RefasterCheck`, the templates on the annotation processor classpath are _not_ exposed through the system classloader.
- Loading branch information