de.phillippartsch.ix-osgi-deploy
Owner: Phillip Partsch
This plugin is designed to upload, install and start a custom osgi bundle for the elo indexserver
https://gitlab.com/elo12/ix-osgi-deployer
Sources: https://gitlab.com/elo12/ix-osgi-deployer
Version 23.1 (latest)
Created 15 January 2024.
DEPRECATED: Please refer to https://plugins.gradle.org/plugin/de.phillippartsch.ix-osgi
Add this plugin to your build using the plugins DSL:
plugins {
id("de.phillippartsch.ix-osgi-deploy") version "23.1"
}
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("de.phillippartsch.ix-osgi-deploy:de.phillippartsch.ix-osgi-deploy.gradle.plugin:23.1") }
It can then be applied in the precompiled script plugin:plugins { id("de.phillippartsch.ix-osgi-deploy") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.phillippartsch.ix-osgi-deploy:de.phillippartsch.ix-osgi-deploy.gradle.plugin:23.1") } } apply(plugin = "de.phillippartsch.ix-osgi-deploy")
- Applying plugins to all subprojects .