Search Gradle plugins

Version 0.3.0

0.3.0

Created 18 March 2016.

Gradle plugin to generate Declarative Services XML files

Add this plugin to your build using the plugins DSL:

plugins {
  id("org.jayware.osgi-ds") version "0.3.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.jayware:gradle-osgi-ds:0.3.0")
      }
    }
    
    apply(plugin = "org.jayware.osgi-ds")
  • Applying plugins to all subprojects .