Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 341 for buildC (0.06 sec)

  1. platforms/ide/problems-api/build.gradle.kts

        |at https://github.com/melix/jdoctor/
    """.trimMargin()
    
    gradlebuildJava.usedInWorkers()
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(project(":base-services"))
        api(project(":build-operations"))
    
        api(libs.guava)
        api(libs.inject)
        api(libs.jsr305)
    
        testImplementation(project(":logging"))
        integTestImplementation(project(":internal-testing"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-jvm-test-suite/build.gradle.kts

    Rodrigo B. de Oliveira <******@****.***> 1718026678 -0300
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. platforms/native/tooling-native/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Tooling API model builders for native builds"
    
    errorprone {
        disabledChecks.addAll(
            "MixedMutabilityReturnType", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":core-api"))
        api(project(":core"))
        api(project(":ide")) {
            because("To pick up various builders (which should live somewhere else)")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 10:40:41 UTC 2024
    - 894 bytes
    - Viewed (0)
  4. platforms/software/build-init/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
        id("gradlebuild.update-init-template-versions")
    }
    
    description = """This project contains the Build Init plugin, which is automatically applied to the root project of every build, and provides the init and wrapper tasks.
    
    This project should NOT be used as an implementation dependency anywhere (except when building a Gradle distribution)."""
    
    errorprone {
        disabledChecks.addAll(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  5. platforms/jvm/jvm-services/build.gradle.kts

            "StringCaseLocaleUsage", // 1 occurrences
        )
    }
    
    dependencies {
        api(project(":logging-api"))
        api(projects.stdlibJavaExtensions)
        api(project(":base-services"))
        api(project(":build-operations"))
        api(project(":core-api"))
        api(project(":enterprise-logging"))
        api(project(":file-temp"))
        api(project(":file-collections"))
        api(project(":process-services"))
    
        api(libs.inject)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  6. platforms/jvm/ear/build.gradle.kts

    Rodrigo B. de Oliveira <******@****.***> 1718026678 -0300
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. platforms/jvm/jacoco/build.gradle.kts

    Rodrigo B. de Oliveira <******@****.***> 1718026678 -0300
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/dependencyManagement/modelingFeatures-crossProjectPublications-advanced/kotlin/producer/build.gradle.kts

    Bálint Hegyi <******@****.***> 1716541782 +0200
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 10:21:26 UTC 2024
    - 927 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/plugins/dependenciesBlock/kotlin/build.gradle.kts

    Sterling Greene <******@****.***> 1713468691 -0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 19:31:31 UTC 2024
    - 218 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/providers/collections/kotlin/build.gradle.kts

    Laura Kassovic <******@****.***> 1713377655 -0700
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 18:14:15 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top