Search Gradle plugins
Plugin | Latest Version |
---|---|
io.github.vishalsharma1997.new-code-coverage-checkerPlugin that computes new code coverage based on Git commits difference |
1.0.18
(01 February 2024) |
se.eelde.build-optimizationsVerify that builds on developer machines (plugin will sidestep checks on CI) are running with expected optimizations enabled. Daemon builds, parallel, xmx etc. Useful for new developers, new machines, if you accidentally delete your .gradle folder etc. A good way to get new optimizations from gradle to be adopted across users of your repository / your organization. |
0.2.0
(13 December 2020) |
com.newrelic.agent.androidThe New Relic Android Gradle plugin instruments classes for Android applications |
7.6.5
(26 March 2025) |
io.github.joleksiysurovtsev.gradle-dev-containers-starterA Gradle plugin to automate the deployment of Kafka and Zookeeper containers using Docker. It handles container creation, initialization, and network setup. With each new version, new containers and tasks will be added |
0.0.1
(05 September 2023) |
com.palawanframe.angular-baseCreates new angular project from only gradle initialized project. Simply apply plugin into your gradle project and execute :angularInit task and new angular project will be created. |
0.3.2
(15 February 2022) |
com.trevorism.create-projectCreate standard folder structure, build file, and sample code with unit tests for a new project. |
0.9.0
(28 October 2020) |
com.mirror.pluginsNew variant generator |
0.1.1.3
(23 July 2017) |
org.gradle.samplesPlugin required for authoring new Gradle Samples |
0.23.2
(26 March 2025) |
com.contrastsecurity.contrastpluginGradle plugin for Contrast Security, enables the installation of the Contrast Java Agent, connection to TeamServer, and verifying applications against new vulnerabilities |
3.0.0
(27 February 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.3
(25 February 2025) |