Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 162 for BuildX (0.13 sec)

  1. platforms/core-execution/build-cache-example-client/build.gradle.kts

     * limitations under the License.
     */
    
    plugins {
        id("gradlebuild.internal.java")
        id("application")
    }
    
    description = "Example client application using the build-cache library"
    
    dependencies {
        implementation(projects.buildCache)
        implementation(projects.buildCacheBase)
        implementation(projects.buildCacheLocal)
        implementation(projects.buildCachePackaging)
    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/core-execution/hashing/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
    - 400 bytes
    - Viewed (0)
  3. platforms/core-execution/snapshots/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.3K bytes
    - Viewed (0)
  4. platforms/core-runtime/functional/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
    - 314 bytes
    - Viewed (0)
  5. platforms/core-runtime/files/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
    - 525 bytes
    - Viewed (0)
  6. platforms/core-runtime/logging-api/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
    - 827 bytes
    - Viewed (0)
  7. platforms/core-runtime/stdlib-java-extensions/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
    - 309 bytes
    - Viewed (0)
  8. platforms/software/resources/build.gradle.kts

    errorprone {
        disabledChecks.addAll(
            "OperatorPrecedence", // 9 occurrences
            "UndefinedEquals", // 1 occurrences
        )
    }
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(project(":build-operations"))
        api(project(":hashing"))
        api(project(":base-services"))
        api(project(":messaging"))
        api(project(":native"))
    
        api(libs.jsr305)
    
        implementation(project(":files"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 970 bytes
    - Viewed (0)
  9. platforms/software/maven/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = "Implementation of the Maven Publish Plugin that provides the ability to publish build artifacts to Maven repositories."
    
    errorprone {
        disabledChecks.addAll(
            "DefaultCharset", // 1 occurrences
            "EqualsUnsafeCast", // 1 occurrences
            "StringCaseLocaleUsage", // 1 occurrences
            "UnusedMethod", // 4 occurrences
            "UnusedVariable", // 3 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)
  10. platforms/software/test-suites-base/build.gradle.kts

    plugins {
        id("gradlebuild.distribution.api-java")
    }
    
    description = """Base for test suites.
    
    This project is a implementation dependency of many other testing-related subprojects in the Gradle build.
    
    This project is separate from testing-base to avoid needing to be Java 6 compatible.
    """
    
    dependencies {
        api(projects.stdlibJavaExtensions)
        api(project(":base-services"))
        api(project(":core-api"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 950 bytes
    - Viewed (0)
Back to top