Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 158 for buildC (0.1 sec)

  1. platforms/jvm/war/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.9K bytes
    - Viewed (0)
  2. platforms/native/language-native/build.gradle.kts

            "UnusedMethod", // 2 occurrences
            "UnusedVariable", // 10 occurrences
        )
    }
    
    dependencies {
        api(projects.serviceProvider)
        api(project(":base-services"))
        api(project(":build-operations"))
        api(project(":concurrent"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":dependency-management"))
        api(project(":files"))
        api(project(":file-collections"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  3. platforms/ide/ide-plugins/build.gradle.kts

     *
     * Failed to stop service 'testFilesCleanupBuildService'.
       > Found non-empty test files dir:
        /home/tcagent1/agent/work/f63322e10dd6b396/platforms/ide/ide-plugins/build/tmp/teŝt files/EclipseInte.Test:
         canHandleCi.cies/xinjd/build/reports/configuration-cache/f5dmqyt5fw1qx1u5ylf7c1p2p/f1jute3awhw927kq95bbyi89k/configuration-cache-report.html
         canHandleCi.cies/xinjd/.project
         canHandleCi.cies/xinjd/settings.gradle
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  4. platforms/jvm/platform-jvm/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/jvm/plugins-application/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
    - 2.5K bytes
    - Viewed (0)
  6. platforms/jvm/normalization-java/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
    - 824 bytes
    - Viewed (0)
  7. platforms/jvm/toolchains-jvm-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
    - 1.7K bytes
    - Viewed (0)
  8. platforms/jvm/toolchains-jvm/build.gradle.kts

            "StringCaseLocaleUsage", // 2 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(projects.serviceProvider)
        api(project(":base-services"))
        api(project(":build-operations"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":dependency-management"))
        api(project(":diagnostics"))
        api(project(":enterprise-operations"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  9. subprojects/build-events/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Implementation of build event services and build event types (work item, tasks, tests, configuration, etc)"
    
    dependencies {
        api(projects.concurrent)
        api(projects.stdlibJavaExtensions)
        api(projects.serviceProvider)
        api(project(":build-operations"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":messaging"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. platforms/software/testing-base/build.gradle.kts

    testing-related abstract base types and interfaces for things like Test tasks, listeners and filters.
    
    This project is a implementation dependency of many other testing-related subprojects in the Gradle build.
    """
    
    errorprone {
        disabledChecks.addAll(
            "EmptyBlockTag", // 3 occurrences
            "InlineMeInliner", // 2 occurrences
            "MissingCasesInEnumSwitch", // 1 occurrences
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top