Raise java source and target versions for ReactModuleSpecProcessor from 8 -> 11 (#49342)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/49342

Raise java source and target versions for ReactModuleSpecProcessor from 8 -> 11

changelog: [internal] internal

Reviewed By: NickGerleman

Differential Revision: D69478204

fbshipit-source-id: 4059391041443d0418c363c1e627b6d4c38b9ff0
This commit is contained in:
David Vacca
2025-02-11 18:53:05 -08:00
committed by Facebook GitHub Bot
parent 5cb71ef181
commit 46653fa548
@@ -54,7 +54,7 @@ import javax.lang.model.util.Types;
"com.facebook.react.module.annotations.ReactModule",
"com.facebook.react.module.annotations.ReactModuleList",
})
@SupportedSourceVersion(SourceVersion.RELEASE_7)
@SupportedSourceVersion(SourceVersion.RELEASE_11)
public class ReactModuleSpecProcessor extends ProcessorBase {
private static final TypeName COLLECTIONS_TYPE = ParameterizedTypeName.get(Collections.class);