Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for injectEmptyInterfacesIntoClassLoader (0.48 sec)

  1. platforms/extensibility/unit-test-fixtures/src/main/java/org/gradle/testfixtures/internal/ProjectBuilderImpl.java

                // Thus, we inject the missing interfaces directly into the system class loader used to load all classes in the test.
                globalServices.get(LegacyTypesSupport.class).injectEmptyInterfacesIntoClassLoader(ProjectBuilderImpl.class.getClassLoader());
            }
            return globalServices;
        }
    
        private static ServiceRegistry createGlobalServices() {
            return ServiceRegistryBuilder
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:51:36 UTC 2024
    - 15.7K bytes
    - Viewed (0)
Back to top