mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
5cb71ef181
commit
46653fa548
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user