Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jvmJar (0.03 sec)

  1. buildSrc/src/main/kotlin/Osgi.kt

      val osgiApi = configurations.create("osgiApi")
      dependencies {
        osgiApi(kotlinOsgi)
      }
    
      // Call the convention when the task has finished, to modify the jar to contain OSGi metadata.
      tasks.named<Jar>("jvmJar").configure {
        val bundleExtension =
          extensions
            .create(
              BundleTaskExtension.NAME,
              BundleTaskExtension::class.java,
              this,
            ).apply {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Aug 01 08:06:31 UTC 2025
    - 5.1K bytes
    - Viewed (0)
Back to top