com.elo.packages.eloinst
Owner: ELO Digital Office GmbH
Plugin to handle elo business solution packages of the first generation"
https://www.elo.com/en-de.html
Sources: https://git.elo.com/business-solutions/eloinst-gradle
Version 1.0.2 (latest)
Created 15 March 2024.
Plugin to handle elo business solution packages of the first generation"
Add this plugin to your build using the plugins DSL:
plugins {
id("com.elo.packages.eloinst") version "1.0.2"
}
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.packages.eloinst:com.elo.packages.eloinst.gradle.plugin:1.0.2") }
It can then be applied in the precompiled script plugin:plugins { id("com.elo.packages.eloinst") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.elo.packages.eloinst:com.elo.packages.eloinst.gradle.plugin:1.0.2") } } apply(plugin = "com.elo.packages.eloinst")
- Applying plugins to all subprojects .