Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for coerce (0.56 sec)

  1. platforms/core-configuration/file-collections/build.gradle.kts

        testImplementation(project(":snapshots"))
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":core-api")))
        testImplementation(testFixtures(project(":model-core")))
        testImplementation(libs.groovyDateUtil)
    
        testFixturesImplementation(project(":base-services"))
        testFixturesImplementation(project(":core-api"))
        testFixturesImplementation(project(":native"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-groovy/build.gradle.kts

        api(project(":model-core"))
        api(project(":base-services-groovy"))
    
        api(libs.jsr305)
        api(libs.groovy)
    
        implementation(projects.stdlibJavaExtensions)
        implementation(project(":core-api"))
    
        implementation(libs.guava)
    
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":model-core")))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 841 bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl-integ-tests/build.gradle.kts

        integTestImplementation(projects.messaging)
        integTestImplementation(project(":base-services"))
        integTestImplementation(project(":core-api"))
        integTestImplementation(project(":core"))
        integTestImplementation(project(":model-core"))
        integTestImplementation(project(":internal-testing"))
        integTestImplementation(project(":logging"))
        integTestImplementation(project(":language-jvm"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. platforms/core-configuration/dependency-management-serialization-codecs/build.gradle.kts

        api(project(":core"))
        api(project(":core-api"))
        api(project(":dependency-management"))
        api(project(":enterprise-operations"))
        api(project(":execution"))
        api(project(":file-collections"))
        api(project(":functional"))
        api(projects.graphSerialization)
        api(project(":hashing"))
        api(project(":logging"))
        api(project(":model-core"))
        api(project(":snapshots"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 18:56:44 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl-plugins/build.gradle.kts

    version = "4.4.1"
    
    base.archivesName = "plugins"
    
    dependencies {
        compileOnly(project(":base-services"))
        compileOnly(project(":logging"))
        compileOnly(project(":core-api"))
        compileOnly(project(":model-core"))
        compileOnly(project(":core"))
        compileOnly(project(":language-jvm"))
        compileOnly(project(":language-java"))
        compileOnly(project(":platform-jvm"))
        compileOnly(project(":plugin-development"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  6. platforms/core-execution/build-cache/build.gradle.kts

        testImplementation(testFixtures(project(":build-operations")))
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":snapshots")))
    
        testFixturesImplementation(testFixtures(project(":hashing")))
    
        integTestDistributionRuntimeOnly(project(":distributions-core"))
    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. build-logic/buildquality/build.gradle.kts

        implementation("org.codenarc:CodeNarc") {
            exclude(group = "org.apache.groovy")
            exclude(group = "org.codehaus.groovy")
        }
        implementation("com.github.javaparser:javaparser-symbol-solver-core") {
            exclude(group = "com.google.guava")
        }
        implementation("org.gradle.kotlin:gradle-kotlin-dsl-conventions")
        implementation(kotlin("gradle-plugin"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:29:44 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  8. platforms/core-execution/snapshots/build.gradle.kts

        testImplementation(project(":persistent-cache"))
        testImplementation(libs.ant)
        testImplementation(libs.commonsIo)
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":core-api")))
        testImplementation(testFixtures(project(":base-services")))
        testImplementation(testFixtures(project(":file-collections")))
        testImplementation(testFixtures(project(":messaging")))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/build.gradle.kts

        implementation(project(":logging"))
        implementation(project(":process-services"))
        implementation(project(":persistent-cache"))
        implementation(project(":core-api"))
        implementation(project(":model-core"))
        implementation(project(":core"))
        implementation(project(":file-collections"))
        implementation(project(":file-temp"))
        implementation(project(":files"))
        implementation(project(":resources"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/build.gradle.kts

        testImplementation(project(":native"))
        testImplementation(project(":resources"))
        testImplementation(testFixtures(project(":core-api")))
    
        integTestImplementation(project(":platform-base"))
    
        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
    - 3.2K bytes
    - Viewed (0)
Back to top