Search Gradle plugins
Plugin | Latest Version |
---|---|
com.citi.helmGradle plugin to help preparing Helm Charts. Supports charts packaging, linting, dependencies update, etc. |
2.2.0
(23 April 2024) |
io.townsq.aws-eb-docker-bundleGradle plugin that provides tasks for bundling deployment descriptors for AWS EB update |
1.0.3
(20 July 2018) |
com.github.vadeg.exhibitorExhibitor plugin allows to update Zookeeper settings using Exhibitor API |
1.0.1
(01 July 2017) |
io.saagie.gradle-saagie-pluginGradle plugin to automatically upload archives into a specified platform and create or update jobs |
2.2.3
(14 December 2020) |
io.qnips.gradleA plugin for managing whitelabel apps that a released using a custom update mechanism |
0.3.0
(01 January 2025) |
com.github.ldenisey.setversionsGradle plugin that provides tasks to modify project and modules versions. |
1.0.4
(30 October 2023) |
com.glureau.gripUpdate dynamically your files! Add a directive in your documentation and automatically include your library version, or another gradle variable, or a system environment variable, or even a file. |
0.4.5
(25 April 2023) |
io.github.appspiriment.projectThis project plugin simplifies the initial setup and version management for an Android application. It removes unnecessary configurations from the app module, creates the `appspirimentlibs.versions.toml` file corresponding to the plugin version, and adds the required `appspiriment` plugin exclusively to the app module (without affecting any other application modules or libraries). Additionally, the plugin configures the `appspirimentlibs.versions.toml` in the `settings.gradle.kts`. **Note:** If your project is using a `settings.gradle` file in Groovy, it will automatically convert it to the Kotlin DSL (`settings.gradle.kts`). You just need to add the plugin with correct version to the root build.gradle.kts (don't use alias, add it directly at first) and sync. This plugin is ideal for setting up a new project with a clean configuration or updating plugin versions. To update versions, simply update the project plugin version and sync. Be aware that this plugin will remove all configurations in the app module's Gradle file, so ensure that no additional configurations are lost. |
0.0.3
(25 February 2025) |
io.github.appspiriment.applicationThis Gradle plugin configures an Android application module with the necessary setup for Hilt Dependency Injection (DI). It automatically manages versioning by updating the version in a `version.properties` file with each build. The plugin streamlines the setup for the Android application, enabling seamless integration with Hilt DI and automatic version management. Warning: Modifying or changing the `appspirimentlibs.versions.toml` file manually can cause the plugin to fail, as it may get overwritten during plugin updates. For any version changes or dependency additions, it is recommended to update the default `libs.versions.toml` file instead. |
0.0.3
(25 February 2025) |
io.github.appspiriment.libraryThis 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.3
(25 February 2025) |