Search Gradle plugins
Plugin | Latest Version |
---|---|
me.bhop.autoversionA plugin to be used in conjunction with appversion.io for simple automatic project versioning. |
1.4.0
(02 March 2019) |
com.intershop.gradle.versionrecommenderGradle Version Recommendation Plugin |
2.4.0
(19 February 2019) |
de.highbyte_le.semverRead semantic versioning file and set project version accordingly. |
1.3.1
(31 January 2019) |
com.banner.versions.ribbonizerUSAGE 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) |
com.prot.versioninfoGenerate version-info.properties file at build time to capture project version, build time and revision info |
0.5
(20 June 2018) |
com.bisnode.version-checkCheck your project dependencies for incompatible versions |
0.0.6
(14 May 2018) |
com.wopata.gradle.AndroidBuildNumberPluginAdds 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) |
com.rhtech.springbootversionAutomatically Manages Version For Spring Boot Applications! |
1.0
(30 March 2018) |
org.unbroken-dome.gitversionA plugin that helps in determining the build version from a Git repository. |
0.10.0
(20 March 2018) |
dk.danskespil.gradle.plugins.release-branchHandles 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) |