- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for configureAsRuntimeElements (0.08 seconds)
-
build-logic/jvm/src/main/kotlin/gradlebuild/ConfigurationExtensions.kt
attribute(LibraryElements.LIBRARY_ELEMENTS_ATTRIBUTE, objects.named(LibraryElements.JAR)) attribute(Bundling.BUNDLING_ATTRIBUTE, objects.named(Bundling.EXTERNAL)) } } fun Configuration.configureAsRuntimeElements(objects: ObjectFactory) { attributes { attribute(Usage.USAGE_ATTRIBUTE, objects.named(Usage.JAVA_RUNTIME)) attribute(Category.CATEGORY_ATTRIBUTE, objects.named(Category.LIBRARY))
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Jan 14 07:52:30 GMT 2025 - 3K bytes - Click Count (0)