Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WithoutCC (0.44 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractAutoTestedSamplesTest.groovy

            util.findSamples(dir) { file, sample, tagSuffix ->
                println "Found sample: ${sample.split("\n")[0]} (...) in $file"
                if (tagSuffix.contains('WithoutCC') && GradleContextualExecuter.configCache) {
                    println 'Skipping sample tagged WithoutCC'
                    return
                }
                def buildFile = testFile('build.gradle')
                def settingsFile = testFile('settings.gradle')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/build.gradle

                excludeTestsMatching "org.gradle.docs.samples.*.snippet-configuration-cache-*.sample"
                excludeTestsMatching "*WithoutCC*.sample"
    
                // These tests cover features that are not planned to be supported in the first stable release of the configuration cache.
                def testsForUnsupportedFeatures = [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
Back to top