Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 95 for isIncremental (0.24 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/model/annotations/AbstractInputFilePropertyAnnotationHandler.java

            return propertyMetadata.isAnnotationPresent(SkipWhenEmpty.class)
                ? InputBehavior.PRIMARY
                : propertyMetadata.isAnnotationPresent(Incremental.class)
                ? InputBehavior.INCREMENTAL
                : InputBehavior.NON_INCREMENTAL;
        }
    
        private static LineEndingSensitivity determineLineEndingSensitivity(PropertyMetadata propertyMetadata) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:33 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/JavaExecIntegrationTest.groovy

            executedAndNotSkipped ":run"
        }
    
        def "is not incremental by default"() {
            when:
            run "run"
    
            then:
            executedAndNotSkipped ":run"
    
            when:
            run "run"
    
            then:
            executedAndNotSkipped ":run"
        }
    
        def 'arguments passed via command line take precedence and is not incremental by default'() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 06:04:19 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/gradle_directories.adoc

    │       ├── gradle-4.9-all
    │       └── gradle-4.9-bin
    └── gradle.properties       // <8>
    ----
    <1> Global cache directory (for everything that is not project-specific).
    <2> Version-specific caches (e.g., to support incremental builds).
    <3> Shared caches (e.g., for artifacts of dependencies).
    <4> Registry and logs of the <<gradle_daemon.adoc#gradle_daemon, Gradle Daemon>>.
    <5> Global <<init_scripts.adoc#init_scripts, initialization scripts>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/ResolveInputChangesStepTest.groovy

            when:
            def returnedResult = step.execute(work, context)
            then:
            _ * work.executionBehavior >> UnitOfWork.ExecutionBehavior.INCREMENTAL
            _ * context.changes >> optionalChanges
            1 * changes.createInputChanges() >> inputChanges
            1 * inputChanges.incremental >> true
            1 * delegate.execute(work, _ as InputChangesContext) >> { UnitOfWork work, InputChangesContext context ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 10:13:50 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/ExecutionEngine.java

        Request createRequest(UnitOfWork work);
    
        interface Request {
            /**
             * Force the re-execution of the unit of work, disabling optimizations
             * like up-to-date checks, build cache and incremental execution.
             */
            void forceNonIncremental(String nonIncremental);
    
            /**
             * Set the validation context to use during execution.
             */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 23:08:17 UTC 2024
    - 6K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/DependencyManagementGlobalScopeServices.java

    import org.gradle.internal.typeconversion.CrossBuildCachingNotationConverter;
    import org.gradle.internal.typeconversion.NotationParser;
    import org.gradle.internal.typeconversion.NotationParserBuilder;
    import org.gradle.work.Incremental;
    import org.gradle.work.NormalizeLineEndings;
    
    class DependencyManagementGlobalScopeServices implements ServiceRegistrationProvider {
        void configure(ServiceRegistration registration) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  7. build-logic-commons/build-platform/build.gradle.kts

    val spockVersion = if (isGroovy4) "2.2-groovy-4.0" else "2.2-groovy-3.0"
    val asmVersion = "9.7"
    // To try out better kotlin compilation avoidance and incremental compilation
    // with -Pkotlin.incremental.useClasspathSnapshot=true
    val kotlinVersion = providers.gradleProperty("buildKotlinVersion")
        .getOrElse(embeddedKotlinVersion)
    
    dependencies {
        constraints {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 05:18:22 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/processing/AnnotationProcessingData.java

     * limitations under the License.
     */
    
    package org.gradle.api.internal.tasks.compile.incremental.processing;
    
    import com.google.common.collect.ImmutableMap;
    import com.google.common.collect.ImmutableSet;
    import org.gradle.api.internal.tasks.compile.incremental.compilerapi.deps.GeneratedResource;
    import org.gradle.internal.serialize.HierarchicalNameSerializer;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Feb 24 12:57:52 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. pilot/pkg/xds/deltatest.go

    		if len(extraDeletes) > 0 {
    			log.Errorf("%s: TEST for node:%s unexpected deletions: %v %v", v3.GetShortType(w.TypeUrl), con.proxy.ID, details, extraDeletes)
    		}
    		if len(missedDeletes) > 0 && !incremental {
    			// We can skip this if we are incremental; this expects us to only send a partial list. So these are not actually deletes
    			log.Errorf("%s: TEST for node:%s missed deletions: %v %v", v3.GetShortType(w.TypeUrl), con.proxy.ID, details, missedDeletes)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. pilot/pkg/xds/lds.go

    			// push, recomputing push context. Doing that on every IP change doesn't scale, so we need these to remain
    			// incremental pushes.
    			// This allows waypoints only to push LDS on incremental pushes to Address type which would otherwise be skipped.
    			return true
    		}
    		// Otherwise, only handle full pushes (skip endpoint-only updates)
    		if !req.Full {
    			return false
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 15:58:06 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top