com.elo.osgi.bundle
Owner: ELO Digital Office GmbH
Plugin to create a elo based osgi-bundle
https://www.elo.com/en-de.html
Sources: https://git.elo.com/development/flows-gradle-plugin
Version 1.2.15 (latest)
Created 14 January 2025.
Plugin to create a elo based osgi-bundle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.elo.osgi.bundle") version "1.2.15"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("com.elo.osgi.bundle:com.elo.osgi.bundle.gradle.plugin:1.2.15") }
It can then be applied in the precompiled script plugin:plugins { id("com.elo.osgi.bundle") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.elo.osgi.bundle:com.elo.osgi.bundle.gradle.plugin:1.2.15") } } apply(plugin = "com.elo.osgi.bundle")
- Applying plugins to all subprojects .