Search Gradle plugins

Plugin Latest Version

Generate a sublime-project file from a gradle build.

0.9.2
(28 December 2014)

Gradle plugin to cache urls. This plugin was created mainly to address the problem of not being able to cache shared build configuration files using 'apply from:'

1.0.0
(16 November 2014)

Support Ivy-native dependency files, traditionally 'ivy.xml'.

1.0.0
(19 October 2014)

A plugin to generate a very specific module descriptor file in a YAML format from and AsciiDoc file.

0.0.1
(10 April 2020)

A plugin to publish articles to .ZenDesk from an HTML file and a YAML file that contains metadata

0.3.1
(07 June 2021)

A Gradle plugin that converts Android Lint XML files to a SonarQube Generic Issue Import Format JSON file.

1.0.0-alpha01
(11 October 2020)

A plugin to publish posts or pages to WordPress from an HTML file and a YAML file that contains metadata

0.6.0
(22 June 2020)

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)

A Gradle plugin for checking naming convention compliance

1.1
(28 May 2017)

DEPRECATED: use https://plugins.gradle.org/plugin/dev.nx.gradle instead. A plugin to generate a json file with nodes, dependencies and external nodes for Nx

0.0.1-alpha.7
(27 March 2025)