Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withBuildCache (0.11 sec)

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

                }
                currentDirectory = currentDirectory.parentFile
                if (currentDirectory == null) {
                    break
                }
            }
        }
    
        AbstractIntegrationSpec withBuildCache() {
            executer.withBuildCacheEnabled()
            this
        }
    
        /**
         * Synonym for succeeds()
         */
        protected ExecutionResult run(String... tasks) {
            succeeds(*tasks)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:07:53 UTC 2024
    - 32.9K bytes
    - Viewed (0)
Back to top