Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
USAGE in app build.gradle: DefaultRibbonFilter defines debug, qa and release: ribbonizer { __builder { ApplicationVariant variant, File iconFile -> ____return defaultRibbonFilter(variant, iconFile) __} } For other buildTypes use: ribbonizer { __builder { ApplicationVariant variant, File iconFile -> ____if (variant.buildType.name == "buildtype") { ______return customColorRibbonFilter(variant, iconFile, "#backgroundColor") ______// or ______return customColorRibbonFilter(variant, iconFile, "#backgroundColor", "#fontColor") ____} __} } |
1.2.5
(09 October 2018) |
|
Registers feature variants for different operating systems (Linux, Windows, macOS) and CPU architectures. |
0.11.0
(27 October 2025) |
|
Adds a JVM test common feature variant with a source set that depends on `main`. |
0.11.0
(27 October 2025) |
|
Android Maven Publish All Variants Plugin |
7.2.0-m1
(24 May 2022) |
|
Variant specific Lint baseline file support for Android projects |
0.1.2
(29 January 2020) |
|
Gradle plugin to republish projects with native libraries to fix their Gradle Metadata support |
0.0.2
(16 May 2025) |
|
This setups the main variant for jdk11 and the jdk8 variant and brings source and test platform dependencies |
0.0.11
(20 April 2022) |
|
This setups the main variant for jdk11 and the jdk8 variant and brings source and test platform dependencies |
0.0.10
(19 November 2021) |
|
This setups the main variant for jdk11 and the jdk8 variant and brings source and test platform dependencies |
0.0.1
(20 October 2021) |
|
A gradle plugin that manages different variants for your project. |
0.4.1
(04 November 2020) |