Search Gradle plugins

Version 2.9.10 (latest)

2.9.10

Created 02 February 2016.

gradle-karaf-features-plugin

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.github.lburgazzoli.karaf.features") version "2.9.10"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.github.lburgazzoli:gradle-karaf-features-plugin:2.9.10")
      }
    }
    
    apply(plugin = "com.github.lburgazzoli.karaf.features")
  • Applying plugins to all subprojects .