Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rootProject (0.33 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

            httpServer.start()
            taskTypeWithOutputFileProperty()
    
            remoteRepo.module("group", "lib1", "6500").publish().allowAll()
    
            createDirs("a", "b")
            settingsFile << """
                rootProject.name = 'root'
                include 'a', 'b'"""
    
            buildFile << """
                subprojects {
                    group = 'test'
                    configurations { create("default") }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

            }
        }
    
        @Ignore("wip: Currently failing on CI for unknown reason")
        def "report file is content addressable"() {
            given:
            settingsFile << """
                rootProject.name = 'car'
            """
    
            file("build.gradle") << """
                buildDir = 'out'
                tasks.register('broken') {
                    doFirst { println(project.name) }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
Back to top