Search Gradle plugins
| Plugin | Latest Version |
|---|---|
dev.smithers.envrcRead environment variables directly from .envrc files |
0.0.4
(06 August 2025) |
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.11
(14 July 2025) |
dev.shushant.generate-app-resource-class.pluginSimplify resource management in your Jetpack Compose project with the Generate App Resource Class plugin. This Gradle plugin automates the creation of a Kotlin class that acts as a central hub for accessing application resources such as strings and drawables directly from your Composables. |
1.0.3-beta04
(27 April 2025) |
com.fussionlabs.gradle.docker-pluginThe `docker-plugin` is a Gradle plugin created to simplify the process of building and pushing Docker images. It calls the Docker CLI directly, supports multiplatform builds and provides the ability to define custom Docker tasks. |
0.6.0
(26 February 2025) |
elect86.magikpublish directly on your github repository acting as a maven repository |
0.3.3
(05 September 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.bullshit.helmng-commandsUse Helm CLI commands directly as tasks, without any of the declarative DSL that the helm plugin offers. |
0.1.0
(07 April 2023) |
com.mborzenkov.jqf-gradle-pluginJQF: Feedback-directed Quickcheck for Java - Gradle plugin |
0.2
(07 December 2021) |
org.jbake.siteAdds the ability to run JBake directly from a Gradle build |
5.5.0
(19 May 2021) |
com.patdouble.cucumber-jvmThe gradle cucumber-jvm plugin provides the ability to run cucumber acceptance tests directly from a Gradle build. |
0.20
(01 April 2021) |