Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 41 of 41 for valueSnapshotter (0.19 sec)

  1. platforms/jvm/plugins-application/src/main/java/org/gradle/jvm/application/tasks/CreateStartScripts.java

            }
            return main;
        }
    
        @Input
        protected Iterable<String> getRelativeClasspath() {
            //a list instance is needed here, as org.gradle.internal.snapshot.ValueSnapshotter.processValue() does not support
            //serializing Iterators directly
            final FileCollection classpathNullable = getClasspath();
            if (classpathNullable == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 23:38:57 UTC 2024
    - 13.5K bytes
    - Viewed (0)
Back to top