Search Gradle plugins

Plugin Latest Version

io.heapy.gradle.properties

This plugin used to override gradle.properties with local.properties for development purposes. As well as externalize version to build.properties file, to keep gradle.properties clean.

1.1.2
(18 September 2020)

io.github.appspiriment.project

This 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)

io.github.andriybosik.schema-wizard-gradle-plugin

Use plugin to run SchemaWizard database migration tool from command line

1.0.1
(31 May 2025)

io.github.aaravmahajanofficial.jenkins-gradle-convention-plugin

Convention plugin for developing Jenkins plugins with Gradle

0.5.10
(29 September 2025)

tui.sse.mde4cpp.mde4cpp-generate-plugin

Gradle plugin to generate C++ code of ecore or UML models inside the MDE4CPP framework. Release notes version 0.1: - Plugin to execute MDE4CPP generators More information about MDE4CPP can be found under https://sse.tu-ilmenau.de/mde4cpp. Information about this plugin can be found under https://github.com/MDE4CPP/gradlePlugins.

0.4
(16 September 2018)

io.github.andriybosik.schema-wizard-gradle-plugin-preview

Use plugin to run SchemaWizard database migration tool from command line

0.0.2
(22 April 2025)

io.github.appspiriment.application

This 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.11
(14 July 2025)

com.bisiach.gradle.plugins.gitversion

Makes available all GitVersion properties to the gradle build (i.e. GitVersion.SemVer). Run task GitVersion for a list of all properties. Requires GitVersion installed

1.1.1
(15 February 2021)

com.bisiach.gradle.gitversion-plugin

Makes available all GitVersion properties to the gradle build (i.e. GitVersion.SemVer). Run task GitVersion for a list of all properties. Requires GitVersion installed

1.0.2
(24 May 2019)

org.hiero.gradle.feature.java-compile

Conventions for reproducible Java Module compilation: applies 'org.gradlex.reproducible-builds' and ensures that an exact JDK version is configured and used

0.5.1
(26 September 2025)