Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ArchitectureElement (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic-settings/architecture-docs/src/main/kotlin/gradlebuild/GeneratorTask.kt

        private val startDiagram = "```mermaid"
        private val endDiagram = "```"
    
        @get:OutputFile
        abstract val outputFile: RegularFileProperty
    
        @get:Input
        abstract val elements: ListProperty<ArchitectureElement>
    
        @TaskAction
        fun generate() {
            val markdownFile = outputFile.asFile.get()
            val head = if (markdownFile.exists()) {
                val content = markdownFile.readText().lines()
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 15:37:56 GMT 2026
    - 3.8K bytes
    - Click Count (0)
Back to Top