Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GeneratedFileCollection (0.35 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)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.notations.DependencyClassPathNotationConverter$GeneratedFileCollection> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DependencyClassPathNotationConverter.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top