Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for withConfigurationCache (0.48 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r84/TestLauncherCompositeBuildCrossVersionTest.groovy

        def "Can run tasks from included builds when configuration cache is enabled"() {
            given:
            def runTestClass = withIncludedBuildTest(api)
    
            and:
            withConfigurationCache()
    
            when:
            def output1 = runTestClass.apply('TestClass1')
    
            then:
            notThrown(Exception)
    
            and:
            onlyTestClass1In(output1)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/TomlDependenciesExtensionIntegrationTest.groovy

            """
    
            when:
            lib.pom.expectGet()
            lib.artifact.expectGet()
    
            then:
            withConfigurationCache()
            succeeds ':checkDeps'
    
            then:
            cc.assertStateStored()
    
            when:
            withConfigurationCache()
            succeeds ':checkDeps'
    
            then:
            cc.assertStateLoaded()
    
            when:
            tomlFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top