Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createGlobalServices (0.17 sec)

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

        }
    
        public synchronized static ServiceRegistry getGlobalServices() {
            if (globalServices == null) {
                globalServices = createGlobalServices();
                // Inject missing interfaces to support the usage of plugins compiled with older Gradle versions.
    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