Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toGradleModuleNameProvider (0.32 sec)

  1. build-logic/packaging/src/main/kotlin/gradlebuild/packaging/tasks/PluginsManifest.kt

        @get:Internal
        abstract val coreClasspath: ConfigurableFileCollection
    
        @Input
        val core = coreClasspath.toGradleModuleNameProvider()
    
        @get:Internal
        abstract val pluginsClasspath: ConfigurableFileCollection
    
        @Input
        val plugins = pluginsClasspath.toGradleModuleNameProvider()
    
        @get:OutputFile
        abstract val manifestFile: RegularFileProperty
    
        @TaskAction
        fun generate() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 09 08:14:05 UTC 2020
    - 2.3K bytes
    - Viewed (0)
Back to top