Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 68 for integTestImplementation (0.3 sec)

  1. platforms/jvm/plugins-groovy/build.gradle.kts

        implementation(libs.guava)
    
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":language-groovy")))
    
        testRuntimeOnly(project(":distributions-jvm"))
    
        integTestImplementation(testFixtures(project(":plugins-java-base")))
    
        integTestDistributionRuntimeOnly(project(":distributions-full")) {
            because("The full distribution is required to run the GroovyToJavaConversionIntegrationTest")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-services/build.gradle.kts

        implementation(projects.time)
    
        implementation(libs.asm)
        implementation(libs.commonsIo)
        implementation(libs.commonsLang)
        implementation(libs.slf4jApi)
    
        integTestImplementation(project(":logging"))
    
        testFixturesApi(project(":hashing"))
        testFixturesImplementation(libs.guava)
        testImplementation(testFixtures(project(":core")))
        testImplementation(libs.xerces)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testsuites/dependencies/TestSuitesKotlinDSLDependenciesIntegrationTest.groovy

                    val integTestImplementation by configurations.getting
                    integTestImplementation(project)
                    integTestImplementation("com.google.guava:guava:29.0-jre")
                    val integTestCompileOnly by configurations.getting
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 11 16:25:08 UTC 2024
    - 45.8K bytes
    - Viewed (0)
  4. platforms/core-runtime/logging/build.gradle.kts

        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":testing-jvm")))
        testImplementation(libs.groovyDatetime)
        testImplementation(libs.groovyDateUtil)
    
        integTestImplementation(libs.ansiControlSequenceUtil)
    
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":enterprise-workers"))
        testFixturesImplementation(testFixtures(project(":core")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  5. platforms/software/ivy/build.gradle.kts

        testImplementation(testFixtures(project(":model-core")))
        testImplementation(testFixtures(project(":platform-base")))
        testImplementation(testFixtures(project(":dependency-management")))
    
        integTestImplementation(libs.slf4jApi)
    
        integTestRuntimeOnly(project(":resources-s3"))
        integTestRuntimeOnly(project(":resources-sftp"))
        integTestRuntimeOnly(project(":api-metadata"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-java-library/build.gradle.kts

        testImplementation(testFixtures(project(":core")))
    
        testRuntimeOnly(project(":distributions-core")) {
            because("ProjectBuilder tests load services from a Gradle distribution.")
        }
    
        integTestImplementation(testFixtures(project(":resources-http")))
    
        integTestDistributionRuntimeOnly(project(":distributions-jvm"))
    }
    
    dependencyAnalysis {
        issues {
            onRuntimeOnly {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 19:34:53 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. platforms/software/maven/build.gradle.kts

        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":model-core")))
        testImplementation(testFixtures(project(":dependency-management")))
    
        integTestImplementation(project(":enterprise-operations"))
    
        testFixturesApi(project(":base-services")) {
            because("Test fixtures export the Action class")
        }
        testFixturesImplementation(project(":logging"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/build.gradle.kts

        testImplementation(project(":file-collections"))
        testImplementation(project(":native"))
        testImplementation(project(":resources"))
        testImplementation(testFixtures(project(":core-api")))
    
        integTestImplementation(project(":platform-base"))
    
        testRuntimeOnly(project(":distributions-core")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  9. platforms/jvm/toolchains-jvm/build.gradle.kts

        testRuntimeOnly(project(":distributions-core")) {
            because("Tests instantiate DefaultClassLoaderRegistry which requires a 'gradle-plugins.properties' through DefaultPluginModuleRegistry")
        }
    
        integTestImplementation(libs.slf4jApi)
    
        integTestDistributionRuntimeOnly(project(":distributions-jvm"))
        crossVersionTestDistributionRuntimeOnly(project(":distributions-jvm"))
    }
    
    packageCycles {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  10. platforms/jvm/scala/build.gradle.kts

        testImplementation(testFixtures(project(":plugins-java")))
        testImplementation(testFixtures(project(":language-jvm")))
        testImplementation(testFixtures(project(":language-java")))
    
        integTestImplementation(project(":jvm-services"))
    
        testFixturesImplementation(testFixtures(project(":language-jvm")))
    
        testRuntimeOnly(project(":distributions-core")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top