mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 11:05:56 +01:00
Set annotation processor source version to Java 11
This commit is contained in:
@@ -85,8 +85,8 @@ import static javax.lang.model.util.ElementFilter.methodsIn;
|
|||||||
*/
|
*/
|
||||||
@SupportedAnnotationTypes("*")
|
@SupportedAnnotationTypes("*")
|
||||||
@MetaInfServices(Processor.class)
|
@MetaInfServices(Processor.class)
|
||||||
@SuppressWarnings({"Since16", "Since15"})
|
@SuppressWarnings({"Since16"})
|
||||||
@SupportedSourceVersion(SourceVersion.RELEASE_8)
|
@SupportedSourceVersion(SourceVersion.RELEASE_11)
|
||||||
public final class ScmAnnotationProcessor extends AbstractProcessor {
|
public final class ScmAnnotationProcessor extends AbstractProcessor {
|
||||||
|
|
||||||
private static final String DESCRIPTOR_MODULE = "META-INF/scm/module.xml";
|
private static final String DESCRIPTOR_MODULE = "META-INF/scm/module.xml";
|
||||||
|
|||||||
Reference in New Issue
Block a user