Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 64 of 64 for Sall (0.34 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/initialization/transform/registration/InstrumentationTransformRegisterer.java

    import static org.gradle.api.internal.initialization.DefaultScriptClassPathResolver.InstrumentationPhase.NOT_INSTRUMENTED;
    
    /**
     * Registers all Artifact transforms required for the instrumentation pipelines.
     */
    public class InstrumentationTransformRegisterer {
    
        private static final String BUILD_SERVICE_NAME = "__InternalCacheInstrumentationDataBuildService__";
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. subprojects/diagnostics/src/main/java/org/gradle/api/tasks/diagnostics/AbstractDependencyReportTask.java

            return configurations != null ? configurations : getConfigurationsWithDependencies();
        }
    
        /**
         * Returns the configurations to generate the report for. Defaults to all configurations of this task's containing
         * project.
         *
         * @return the configurations.
         */
        @Internal
        public Set<Configuration> getConfigurations() {
            return configurations;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache-base/src/main/kotlin/org/gradle/internal/cc/base/services/ConfigurationCacheEnvironmentChangeTracker.kt

    
    /**
     * The environment state that was mutated at the configuration phase and has to be restored before running a build from the cache.
     *
     * The class can operate in two modes. First is the tracking mode when all environment-modifying operations are stored
     * and the list of the operations can be retrieved as the CachedEnvironmentState object. This mode is intended for the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ModuleDependency.java

        /**
         * Endorse version constraints with {@link VersionConstraint#getStrictVersion()} strict versions} from the target module.
         *
         * Endorsing strict versions of another module/platform means that all strict versions will be interpreted during dependency
         * resolution as if they were defined by the endorsing module itself.
         *
         * @since 6.0
         */
        void endorseStrictVersions();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 16:14:52 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top