Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 197 for prebuilt (0.24 sec)

  1. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/NamedDomainObjectContainerExtensions.kt

    ): C = apply {
        configuration.execute(NamedDomainObjectContainerScope.of(this))
    }
    
    
    /**
     * Property delegate for registering new elements in the container.
     *
     * `tasks { val rebuild by registering }`
     *
     * @param T the domain object type
     * @param C the concrete container type
     */
    inline val <T : Any, C : NamedDomainObjectContainer<T>> C.registering: RegisteringDomainObjectDelegateProvider<out C>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 19 22:09:44 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. security/pkg/nodeagent/caclient/providers/citadel/client.go

    	// Becase that the grpc client still use the old tls configuration to reconnect to istiod.
    	// So here we need to rebuild the caClient in order to use the new root cert.
    	defer func() {
    		if err != nil {
    			citadelClientLog.Errorf("failed to sign CSR: %v", err)
    			if err := c.reconnect(); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. src/cmd/internal/buildid/buildid.go

    // it in base64, resulting in a 20-byte string. Because this is only used for
    // detecting the need to rebuild installed files (not for lookups
    // in the object file cache), 120 bits are sufficient to drive the
    // probability of a false "do not need to rebuild" decision to effectively zero.
    // We embed two different hashes in archives and four in binaries,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 28 21:52:53 UTC 2020
    - 9K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/common_caching_problems.adoc

    Any other task depending on this jar file as an input file cannot be loaded from the cache when the jar file is rebuilt locally.
    This can lead to hard-to-diagnose cache misses when the consuming build is not a clean build or when a cacheable task depends on the output of a non-cacheable task.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  5. README.md

    [![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/maven/README.md)
    [![Jenkins Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?)][build]
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 03 21:28:30 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/running-builds/additional/continuous_builds.adoc

    ----
    
    Gradle will behave as if you ran `gradle test` after a change to sources or tests that contribute to the requested tasks.
    This means unrelated changes (such as changes to build scripts) will not trigger a rebuild.
    To incorporate build logic changes, the continuous build must be restarted manually.
    
    Continuous build uses <<file_system_watching.adoc#sec:daemon_watch_fs,file system watching>> to detect changes to the inputs.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  7. platforms/software/version-control/src/integTest/groovy/org/gradle/vcs/internal/AbstractSourceDependencyMultiprojectIntegrationTest.groovy

            failure.assertHasCause("Git repository at ${repo.url} did not contain a project publishing the specified dependency.")
        }
    
        void assertResolvesTo(String... files) {
            def result = "-Presult=" + files.join(',')
            succeeds("resolve", result)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/README.md

    The flag `-PquickDocs` disables some slow documentation tasks, like creating the DSL reference or the single page user manual PDF or HTML.
    This will automatically enter continuous build and rebuild the documentation when you make changes. It takes 30-40 seconds to rebuild the documentation in "quick mode".
    
    If you really want to generate just the user manual, you can run:
    
        ./gradlew :docs:userguide
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 21:49:03 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modindex/scan.go

    	pkgName              string
    	ignoreFile           bool   // starts with _ or . or should otherwise always be ignored
    	binaryOnly           bool   // cannot be rebuilt from source (has //go:binary-only-package comment)
    	cgoDirectives        string // the #cgo directive lines in the comment on import "C"
    	goBuildConstraint    string
    	plusBuildConstraints []string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/caching_java_projects.adoc

    Suppose the latest version is already built by CI and uploaded to the shared cache.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 8.2K bytes
    - Viewed (0)
Back to top