Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
JDA RestAction usage verifier |
1.0.99-beta3
(30 September 2019) |
|
Plugin to register usage on an api project on {api:-repo) and generate client stubs |
0.1.0-STABLE
(11 September 2019) |
|
Plugin to release your api project on {api:-repo) and view usage statistics |
0.1.0-STABLE
(11 September 2019) |
|
A plugin that scans a project for insecure regular expression usage using the SafeRegex library |
0.0.1
(13 December 2018) |
|
A gradle plugin that simplifies the usage of the Lombok annotation processor. |
1.5
(20 October 2015) |
com.banner.versions.ribbonizer
Deprecated
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) |
com.fieldju.aws-sam-deployer
Deprecated
This plugin allows for the convenient deployment of Serverless Application Model (SAM) CloudFormation Templates for lambda based serverless applications from within a Gradle project. This plugin is inspired by the official AWS CLI, specifically the package and deploy commands which are described in AWS's Introducing Simplified Serverless Application Deployment and Management blog post (https://aws.amazon.com/blogs/compute/introducing-simplified-serverless-application-deplyoment-and-management/). See https://github.com/fieldju/gradle-lambdasam-plugin for usage and more information |
1.6.0
(24 April 2017) |