Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 96 for integTestDistributionRuntimeOnly (0.38 sec)

  1. platforms/core-execution/execution-e2e-tests/build.gradle.kts

    plugins {
        id("gradlebuild.internal.java")
    }
    
    description = "Execution engine end-to-end tests"
    
    dependencies {
        integTestImplementation(project(":execution"))
        integTestDistributionRuntimeOnly(project(":distributions-full"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 237 bytes
    - Viewed (0)
  2. platforms/core-runtime/build-profile/build.gradle.kts

        implementation(project(":logging-api"))
    
        implementation(libs.guava)
    
        testImplementation(project(":internal-testing"))
    
        integTestImplementation(libs.jsoup)
    
        integTestDistributionRuntimeOnly(project(":distributions-full"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 672 bytes
    - Viewed (0)
  3. platforms/core-execution/build-cache-local/build.gradle.kts

        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":base-services")))
        testImplementation(testFixtures(project(":snapshots")))
    
        integTestDistributionRuntimeOnly(project(":distributions-core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 849 bytes
    - Viewed (0)
  4. platforms/core-execution/build-cache-spi/build.gradle.kts

    }
    
    description = "Public API for extending the build cache"
    
    dependencies {
        implementation(projects.stdlibJavaExtensions)
    
        integTestImplementation(project(":logging"))
        integTestDistributionRuntimeOnly(project(":distributions-core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 348 bytes
    - Viewed (0)
  5. platforms/core-execution/file-watching/build.gradle.kts

        testImplementation(testFixtures(project(":launcher")))
        testImplementation(testFixtures(project(":snapshots")))
    
        testImplementation(libs.commonsIo)
    
        integTestDistributionRuntimeOnly(project(":distributions-jvm")) {
            because("Uses application plugin.")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  6. platforms/core-runtime/process-services/build.gradle.kts

        implementation(libs.slf4jApi)
        implementation(libs.guava)
        implementation(libs.nativePlatform)
    
        testImplementation(testFixtures(project(":core")))
    
        integTestDistributionRuntimeOnly(project(":distributions-core"))
    }
    
    packageCycles {
        excludePatterns.add("org/gradle/process/internal/**")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 661 bytes
    - Viewed (0)
  7. platforms/software/signing/build.gradle.kts

        testRuntimeOnly(testFixtures(project(":security")))
        testRuntimeOnly(project(":distributions-publishing")) {
            because("ProjectBuilder tests load services from a Gradle distribution.")
        }
    
        integTestDistributionRuntimeOnly(project(":distributions-publishing"))
    }
    
    strictCompile {
        ignoreRawTypes() // raw types used in public API
    }
    
    packageCycles {
        excludePatterns.add("org/gradle/plugins/signing/**")
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. platforms/core-runtime/messaging/build.gradle.kts

        testImplementation(testFixtures(project(":core")))
    
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(libs.slf4jApi)
    
        integTestDistributionRuntimeOnly(project(":distributions-core"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 797 bytes
    - Viewed (0)
  9. platforms/software/resources-gcs/build.gradle.kts

        integTestImplementation(project(":model-core"))
    
        integTestImplementation(libs.commonsIo)
        integTestImplementation(libs.jetty)
        integTestImplementation(libs.joda)
    
        integTestDistributionRuntimeOnly(project(":distributions-basics"))
    }
    
    strictCompile {
        ignoreDeprecations()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  10. subprojects/build-events/build.gradle.kts

        }
        integTestImplementation(project(":build-option"))
        integTestImplementation(project(":enterprise-operations"))
    
        integTestDistributionRuntimeOnly(project(":distributions-basics"))  {
            because("Requires ':toolingApiBuilders': Event handlers are in the wrong place, and should live in this project")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top