Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 44 for intRegs (0.14 sec)

  1. .teamcity/test-buckets.json

    					"file-collections",
    					"file-watching",
    					"ide",
    					"ide-plugins",
    					"integ-test",
    					"internal-integ-testing",
    					"internal-performance-testing",
    					"ivy",
    					"java-platform",
    					"jvm-services",
    					"kotlin-dsl",
    					"kotlin-dsl-integ-tests",
    					"language-java",
    					"language-jvm",
    					"logging",
    					"maven",
    					"messaging",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  2. platforms/software/resources-http/build.gradle.kts

        testImplementation(project(":internal-integ-testing"))
        testImplementation(libs.jettyWebApp)
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":logging")))
    
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":logging"))
        testFixturesImplementation(project(":internal-integ-testing"))
        testFixturesImplementation(libs.slf4jApi)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. platforms/jvm/jacoco/build.gradle.kts

        testFixturesImplementation(project(":core"))
        testFixturesImplementation(project(":internal-integ-testing"))
    
        testFixturesImplementation(libs.jsoup)
        testFixturesImplementation(libs.groovyXml)
    
        testImplementation(project(":internal-testing"))
        testImplementation(project(":resources"))
        testImplementation(project(":internal-integ-testing"))
        testImplementation(project(":language-java"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  4. platforms/enterprise/enterprise/build.gradle.kts

        }
    
        testImplementation(project(":resources"))
    
        integTestImplementation(project(":internal-testing"))
        integTestImplementation(project(":internal-integ-testing"))
        integTestImplementation(testFixtures(project(":core")))
    
        // Dependencies of the integ test fixtures
        integTestImplementation(project(":build-option"))
        integTestImplementation(project(":messaging"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl-tooling-builders/build.gradle.kts

        integTestImplementation(testFixtures(project(":tooling-api")))
    
        integTestImplementation(project(":internal-testing"))
        testFixturesImplementation(project(":internal-integ-testing"))
    
        crossVersionTestImplementation(project(":persistent-cache"))
        crossVersionTestImplementation(libs.slf4jApi)
        crossVersionTestImplementation(libs.guava)
        crossVersionTestImplementation(libs.ant)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. platforms/software/security/build.gradle.kts

        testFixturesImplementation(libs.jetty)
        testFixturesImplementation(libs.jettyWebApp)
        testFixturesImplementation(testFixtures(project(":core")))
        testFixturesImplementation(project(":internal-integ-testing"))
    
        testRuntimeOnly(project(":distributions-core")) {
            because("Tests instantiate DefaultClassLoaderRegistry which requires a 'gradle-plugins.properties' through DefaultPluginModuleRegistry")
        }
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. platforms/core-runtime/build-configuration/build.gradle.kts

        implementation(project(":logging"))
    
        testImplementation(testFixtures(project(":core")))
    
        testFixturesImplementation(project(":core-api"))
        testFixturesImplementation(project(":internal-integ-testing"))
    
        testRuntimeOnly(project(":distributions-jvm")) {
            because("ProjectBuilder tests load services from a Gradle distribution.  Toolchain usage requires JVM distribution.")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 888 bytes
    - Viewed (0)
  8. .teamcity/subprojects.json

        "path": "subprojects/distributions-full",
        "unitTests": false,
        "functionalTests": false,
        "crossVersionTests": false
      },
      {
        "name": "distributions-integ-tests",
        "path": "testing/distributions-integ-tests",
        "unitTests": false,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
        "name": "distributions-jvm",
        "path": "platforms/jvm/distributions-jvm",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 31.7K bytes
    - Viewed (0)
  9. platforms/jvm/language-jvm/build.gradle.kts

        integTestImplementation(testFixtures(project(":resources-http")))
    
        testFixturesImplementation(libs.commonsLang)
        testFixturesImplementation(libs.guava)
        testFixturesImplementation(project(":internal-integ-testing"))
        testFixturesImplementation(testFixtures(project(":core")))
    
        testRuntimeOnly(project(":distributions-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)
  10. platforms/software/version-control/build.gradle.kts

        testImplementation(project(":process-services"))
        testImplementation(testFixtures(project(":core")))
    
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":internal-integ-testing"))
    
        testFixturesImplementation(libs.jgit)
        testFixturesImplementation(libs.jgitSsh) {
            exclude("org.apache.sshd", "sshd-osgi") // Because it duplicates sshd-core and sshd-commons contents
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top