- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for gradleProperties (0.06 seconds)
-
build-logic/src/main/kotlin/BndBuildAction.kt
val gradleProperties = Properties() properties.get().forEach { (k, v) -> if (v is Provider<*>) { val value = v.getOrNull() if (value != null) gradleProperties[k] = value } else { gradleProperties[k] = v } } // Set default values if not present if (!gradleProperties.containsKey(Constants.BUNDLE_SYMBOLICNAME)) {Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Feb 05 09:17:33 GMT 2026 - 8.9K bytes - Click Count (0)