Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for configCache (0.11 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

            def ops = buildOperations.all(CalculateTaskGraphBuildOperationType)
                .findAll { it.details.buildPath == buildPath }
            assert !ops.empty
            if (GradleContextualExecuter.configCache) {
                assert ops.size() == 2
            } else {
                assert ops.size() == 1
            }
            return ops.collect { op ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    :gradle-issues: https://github.com/gradle/gradle/issues/
    
    [[config_cache]]
    = Configuration cache
    
    // Run tests for snippets included in this chapter with:
    // ./gradlew :docs:docsTest --tests="ExemplarExternalSamplesFunctionalTest.snippet-configuration-cache-*"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
Back to top