Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for packageInfoData (0.07 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.architecture-docs.settings.gradle.kts

            outputFile = layout.buildDirectory.file("architecture/platforms.json")
            platforms = provider { structure.architectureElements.filterIsInstance<PlatformBuilder>().map { it.build() } }
        }
        val packageInfoData = tasks.register("packageInfoData", GeneratePackageInfoDataTask::class) {
            description = "Map packages to the list of package-info.java files that apply to them"
            outputFile = layout.buildDirectory.file("architecture/package-info.json")
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Jan 30 15:37:56 GMT 2026
    - 2.4K bytes
    - Click Count (0)
Back to Top