Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GeneratedFileCollection (0.38 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/notations/DependencyClassPathNotationConverter.java

            return runtimeShadedJarFactory.get(runtimeShadedJarType, classpath);
        }
    
        abstract static class GeneratedFileCollection implements MinimalFileSet {
    
            private final String displayName;
            private Set<File> generateFiles;
    
            public GeneratedFileCollection(String notation) {
                this.displayName = notation + " files";
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 18:30:57 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top