Search Gradle plugins

Plugin Latest Version

Read semantic versioning file and set project version accordingly.

1.3.1
(31 January 2019)

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)

Generate version-info.properties file at build time to capture project version, build time and revision info

0.5
(20 June 2018)

Check your project dependencies for incompatible versions

0.0.6
(14 May 2018)

Adds possibility to add build number to a provided version name in the form of "v1.0(buildNumber)" and build version code

1.0.0
(09 May 2018)

Automatically Manages Version For Spring Boot Applications!

1.0
(30 March 2018)

A plugin that helps in determining the build version from a Git repository.

0.10.0
(20 March 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)