File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ def merge(
183183 transitive = [p .transitive_native_libraries for p in providers ],
184184 ),
185185 )
186- return get_internal_java_common (). wrap_java_info ( _new_javainfo (** result ) )
186+ return _new_javainfo (** result )
187187
188188def to_java_binary_info (java_info , compilation_info ):
189189 """Get a copy of the given JavaInfo with minimal info returned by a java_binary
@@ -518,7 +518,7 @@ def java_info_for_compilation(
518518 compilation_info = None ,
519519 annotation_processing = None ,
520520 )
521- return get_internal_java_common (). wrap_java_info ( _new_javainfo (** result ) )
521+ return _new_javainfo (** result )
522522
523523def _validate_provider_list (provider_list , what , expected_provider_type ):
524524 get_internal_java_common ().check_provider_instances (provider_list , what , expected_provider_type )
You can’t perform that action at this time.
0 commit comments