Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for replaceHere (0.37 seconds)

  1. build-logic/src/main/kotlin/BndBuildAction.kt

                if (bndVal.isNotEmpty()) {
                  val props = UTF8Properties()
                  props.load(bndVal, File(projectDir, "build.gradle.kts"), builder)
                  props.replaceHere(projectDir).store(writer, null)
                }
              }
            }
            builder.setProperties(temporaryBndFile, projectDir)
    
            builder.setProperty("project.output", temporaryDir.canonicalPath)
    
    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