Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
A gradle plugin to apply common organization build settings. |
1.0.1
(25 July 2024) |
|
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) |
|
An opinionated approach to configure a gradle project automatically by convention. It supports to automatically configure various plugins to reduce boilerplate code in gradle projects. |
1.2.0
(25 April 2025) |
|
This Gradle plugin configures an Android Library module with Hilt Dependency Injection (DI) using KSP (Kotlin Symbol Processing) and does not configure KAPT. It automatically applies the Hilt plugin to the library, enabling DI functionality with KSP. The plugin features a configurable extension, `configureLibrary`, which allows you to enable Compose capabilities by setting `isComposeLibrary` to true within the extension. Additionally, the plugin updates the `appspirimentlibs.versions.toml` file to manage and include the required dependencies for the library. This plugin streamlines the setup for Android libraries, providing seamless integration with Hilt (via KSP) and optional support for Compose. |
0.0.11
(14 July 2025) |
|
This plugin allows you to generate client and server SDKs for different languages, documentation and new generators from OpenAPI 2.0 and 3.x specifications. It does mostly the same things as openapi generator plugin but has a set of additional parameters: 1. Java client retrofit2 generator: add "interfaceOnly" additional property. If it's true, only API interfaces are generated. 2. Java client retrofit2 generator: allow to select serialization library when interfaceOnly = true. It's possible to use jackson instead of gson. 3. Possibility to configure useOneOfInterfaces via additional properties. Generation oneOf interfaces for Java Spring generator. |
6.2.0
(02 October 2022) |
|
Sets up some common |
8.0.0
(13 September 2021) |
|
Gradle plugin that packages your application into a Docker container and configures blackBoxTest task and source set |
1.0.2
(10 November 2023) |
|
Adds a 'DocumentationSpec' component spec, 'MarkdownSourceSet' source set, and 'HtmlBinary' binarySpec to the Gradle software model. For each MarkdownSourceSet related to each HtmlBinary, a task is created that compiles markdown files in the source set into HTML files in the binary. |
0.0.1
(05 August 2016) |
|
A very simple plugin to render PlantUML files. Takes a set of diagram files together with desired output files / formats and renders them with PlantUML (http://plantuml.com/). |
2.0.1
(14 April 2020) |
|
An Android Gradle plugin that detects added res folders and add it to the res source set |
0.1
(22 November 2016) |