Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Jmix Maintainer
io.jmix
PluginId
Author
Version 2.1.0
2.1.0
Created 02 November 2023.
Jmix Framework Gradle Plugin
Other versions
- 2.5.0-M1
- 2.4.1
- 2.4.0
- 2.4.0-RC1
- 2.4.0-M1
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-RC1
- 2.2.3
- 2.2.2
- 2.2.1.1
- 2.2.1-M2
- 2.2.0.1
- 2.2.0
- 2.2.0-RC1
- 2.2.0-M1
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0-RC1
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-RC1
- 2.0.0-M3
- 2.0.0-M2
- 2.0.0-M1
- 1.6.2
- 1.6.1
- 1.6.0
- 1.6.0-RC1
- 1.6.0-M1
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.5.0-RC3
- 1.5.0-RC2
- 1.5.0-RC1
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.4.0-RC1
- 1.4.0-M6
- 1.4.0-M5
- 1.4.0-M4
- 1.4.0-M3
- 1.4.0-M2
- 1.4.0-M1
- 1.3.1
- 1.3.0
- 1.3.0-RC1
- 1.3.0-M3
- 1.3.0-M2
- 1.3.0-M1
- 1.2.0
- 1.2.0-RC1
- 1.2.0-M5
- 1.2.0-M4
- 1.2.0-M3
- 1.2.0-M2
- 1.2.0-M1
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.1.0-RC1
- 1.1.0-M9
- 1.1.0-M8
- 1.1.0-M7
- 1.1.0-M6
- 1.1.0-M5
- 1.1.0-M3
- 1.1.0-M2
- 1.1.0-M1
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-M6
- 1.0.0-M5
- 1.0.0-M4
- 1.0.0-M3
- 1.0.0-M2
- 1.0.0-M1
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.3.0
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.21
- 0.1.20
- 0.1.19
- 0.1.18
- 0.1.17
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
Add this plugin to your build using the plugins DSL:
plugins {
id("io.jmix") version "2.1.0"
}
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("io.jmix:io.jmix.gradle.plugin:2.1.0") }
It can then be applied in the precompiled script plugin:plugins { id("io.jmix") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.jmix:io.jmix.gradle.plugin:2.1.0") } } apply(plugin = "io.jmix")
- Applying plugins to all subprojects .