Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for localLibsRepositoryElements (0.21 seconds)

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

  1. build-logic-commons/publishing/src/main/kotlin/gradlebuild.kotlin-dsl-plugin-bundle.gradle.kts

                property(plugin.id, version)
            }
        }
    }
    
    // For local consumption by tests - this should be unified with publish-public-libraries if possible
    configurations.create("localLibsRepositoryElements") {
        attributes {
            attribute(Category.CATEGORY_ATTRIBUTE, objects.named("gradle-local-repository"))
        }
        isCanBeResolved = false
        isCanBeConsumed = true
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed Jul 02 12:28:02 GMT 2025
    - 6.1K bytes
    - Click Count (0)
Back to Top