- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setSourcepath (0.05 seconds)
-
build-logic/src/main/kotlin/BndBuildAction.kt
builder.setClasspath(validClasspath.files.toTypedArray()) val validSourcepath = sourcepath.filter { it.exists() } builder.setProperty("project.sourcepath", validSourcepath.asPath) builder.setSourcepath(validSourcepath.files.toTypedArray()) val builtJar = builder.build() if (!builder.isOk) { builder.getErrors().forEach { task.logger.error("Error: $it") }
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)