Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AnnotationProcessors shouldn't set the SourceVersion unless required
The version for MethodCompletionProviderProcessor is automatically in its superclass LayerGeneratingProcessor. this resolves warnings like: warning: Supported source version 'RELEASE_7' from annotation processor 'o.n.m.l.n.p.MethodCompletionProviderProcessor' less than -source '8'. or: warning: Supported source version 'RELEASE_8' from annotation processor 'org.netbeans.modules.java.source.TreeShimsCopier' less than -source '11'
- Loading branch information