Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for gradleProperties (0.06 seconds)

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

  1. 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)
Back to Top