Search Gradle plugins

Plugin Latest Version

Release tools and Gradle plugins that automate Mockito continuous delivery.

0.8.54
(29 May 2017)

Uses Git branches and tags to generate a version number

6.3.0
(07 December 2021)

Allow to include basic configuration for commons modules in Android.

0.28
(25 January 2021)

Allow to include basic configuration for commons modules in Android.

0.28
(25 January 2021)

Allow to include basic configuration for commons modules in Android.

0.24
(20 January 2021)

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)

Handles releasing with versions, takes care of tagging in git and inference of version numbers. Based on ajoberstar gradle plugins and inspired by netflix nebula gradle plugin. Slightly opiniated. Can add branch names into tags and inferred versions

0.1.8
(06 February 2018)

Automatically extract Android-friendly version names and codes from git tags

1.0.0
(08 November 2017)

A plugin for Gradle which is designed to automatically version a project according to the nearest Git tag.

2.0.2
(23 August 2017)

Provide a set of tasks to read and update version of your Gradle applications, specially in CI/CD.

1.0.8
(08 December 2021)