- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for copyOsgiTestDeployment (0.33 sec)
-
okhttp-osgi-tests/build.gradle.kts
val osgiTestDeploy: Configuration by configurations.creating val test = tasks.named("test") val copyOsgiTestDeployment = tasks.register<Copy>("copyOsgiTestDeployment") { from(osgiTestDeploy) into(layout.buildDirectory.dir("resources/test/okhttp3/osgi/deployments")) } test.configure { dependsOn(copyOsgiTestDeployment) } dependencies { osgiTestDeploy(libs.eclipseOsgi) osgiTestDeploy(libs.kotlin.stdlib.osgi) }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Aug 01 08:17:18 UTC 2025 - 2.5K bytes - Viewed (0)