Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildAction (0.08 sec)

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

        bnd(*bndProperties)
      }
      // Call the convention when the task has finished, to modify the jar to contain OSGi metadata.
      jarTask.doLast {
        bundleExtension.buildAction().execute(this)
      }
    }
    
    val Project.sourceSets: SourceSetContainer
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 2.2K bytes
    - Viewed (0)
Back to top