Search Gradle plugins

Plugin Latest Version

Export maven dependencies from a gradle project to the file system

0.5
(29 March 2019)

Plugin is based on work - Classgraph. You can open the generated .dot file in a vector editor. You can convert then the model into The Standard for exchange of architecture models from The Open Group

1.0.11
(05 March 2019)

Fork from: https://github.com/rambabusaravanan/gradle-android-s3New features: - Filter uploaded files by extension - Attach metada to each uploaded file - Set aws region A simple light weight Gradle plugin for Android project to upload apk of all the build variants to AWS S3.This helps you to maintain all flavour of every version easily in S3. For usage, please visit docs for usage ..

1.0.6
(18 February 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)

A program to convert Minecraft mods' english lang files into en_UD lang files.

1.0.5
(01 September 2018)

A plugin that lets you upload/backup files to Google Drive

1.1.0
(26 August 2018)

Support for generating a Animal Sniffer signature file for the project API

2.0.0.Alpha1
(23 April 2018)

Support for checking project API usage as defined by Animal Sniffer signature files

2.0.0.Alpha1
(23 April 2018)

A Gradle plugin that creates a new hosts file with defined entries based on your local hosts file.

1.0.1
(09 March 2018)

A plugin that takes your strings.xml files and merges them in a single excel file for your translators

0.1.4
(23 November 2017)