Search Gradle plugins

Version 1.2.14 (latest)

1.2.14

Created 12 August 2024.

Plugin to create a elo based "MANIFEST.mf"

Add this plugin to your build using the plugins DSL:

plugins {
  id("com.elo.osgi.manifest") version "1.2.14"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.elo.gradle:flows-gradle-plugin:1.2.14")
      }
    }
    
    apply(plugin = "com.elo.osgi.manifest")
  • Applying plugins to all subprojects .