Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isEmptyArray (0.3 sec)

  1. platforms/core-configuration/file-collections/src/main/java/org/gradle/api/internal/file/DefaultFileCollectionFactory.java

        }
    
        private FileCollectionInternal resolving(String displayName, ProviderResolutionStrategy providerResolutionStrategy, Object sources) {
            if (isEmptyArray(sources)) {
                return FileCollectionFactory.empty(displayName);
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 18:57:37 UTC 2024
    - 13.8K bytes
    - Viewed (0)
Back to top