Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 176 for buildC (0.1 sec)

  1. platforms/core-runtime/gradle-cli-main/build.gradle.kts

    app {
        mainClassName = "org.gradle.launcher.GradleMain"
    }
    
    dependencies {
        implementation(projects.stdlibJavaExtensions)
        implementation(project(":build-process-services"))
    
        manifestClasspath(projects.stdlibJavaExtensions)
        manifestClasspath(project(":build-process-services"))
        manifestClasspath(project(":base-services"))
        manifestClasspath(project(":concurrent"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  2. platforms/core-runtime/wrapper-shared/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
    - 719 bytes
    - Viewed (0)
  3. platforms/core-runtime/native/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.1K bytes
    - Viewed (0)
  4. platforms/ide/ide-native/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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top