Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pluginB (0.09 sec)

  1. build-logic-commons/settings.gradle.kts

    include("module-identity")
    
    // Code quality rules common to :build-logic and the root build
    include("code-quality-rules")
    
    // Plugins to build :build-logic plugins
    include("gradle-plugin")
    
    // Plugins to publish gradle projects
    include("publishing")
    
    rootProject.name = "build-logic-commons"
    
    // Make sure all the build-logic is compiled for the right Java version
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Nov 06 06:19:29 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. CONTRIBUTING.md

    ### Remote build cache
    
    Gradle, Inc runs a set of remote build cache nodes to speed up local builds when developing Gradle. By default, the build is [configured](https://github.com/gradle/gradle-org-conventions-plugin#what-it-does) to use the build cache node in the EU region.
    
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Nov 05 15:15:33 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top