Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for architectureDoc (0.16 sec)

  1. architecture/platforms.md

    <!-- 
      -- Note: this file contains a generated diagram. Use `./gradlew :architectureDoc` to generate 
      -->
    
    # Gradle platform architecture
    
    Gradle is arranged into coarse-grained components called "architecture modules" and "platforms".
    See [ADR4](standards/0004-use-a-platform-architecture.md) for a definition of these terms.
    
    The diagram below shows the current set of architecture modules and platforms:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 06:42:46 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  2. settings.gradle.kts

        }
    }
    
    // region platform include DSL
    
    gradle.rootProject {
        tasks.register("architectureDoc", GeneratorTask::class.java) {
            description = "Generates the architecture documentation"
            outputFile = layout.projectDirectory.file("architecture/platforms.md")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top