Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for localLibsRepositoryElements (0.25 sec)

  1. build-logic-commons/publishing/src/main/kotlin/gradlebuild.publish-public-libraries.gradle.kts

                    it.writeText(content)
                }
            }
        }
    
        // For local consumption by tests
        configurations.create("localLibsRepositoryElements") {
            attributes {
                attribute(Usage.USAGE_ATTRIBUTE, project.objects.named(Usage.JAVA_RUNTIME))
                attribute(Category.CATEGORY_ATTRIBUTE, project.objects.named(Category.LIBRARY))
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Sep 19 13:21:47 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top