Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
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) |
|
Publish Android APKs, iOS IPAs, and other binary files to BinShelve CDN with version management and release notes |
1.0.2
(24 January 2026) |
|
Gradle plugin module for the XIS declarative web framework manages the version number and allows to place html templates in java source folder additional to main/resources. |
0.2.0
(05 January 2026) |
|
Painless dependencies management |
0.60.6
(15 August 2025) |
|
Painless dependencies management |
0.60.6
(15 August 2025) |
|
Preprocessor/JCP inspired multi-version environment manager |
1.5
(20 September 2023) |
|
Painless dependencies management |
0.7.0
(13 October 2019) |
|
Gradle plugin for managing same java toolchain versions across microservices. |
1.0.1
(25 September 2024) |
pl.allegro.tech.build.axion.release
Deprecated
DEPRECATED: use https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release instead Release and version management plugin. |
0.9.7
(24 November 2014) |
|
Docker Compose file generation and lifecycle management. Registers generateDockerCompose (resolves artifact versions into a docker-compose.yml template), dockerComposeUp, and dockerComposeDown tasks. Configure the template path, output file, and token replacements via the dockerCompose DSL. Template tokens use {{group:name}} syntax and are resolved from the docker configuration or explicit templateToken(key, value) entries. |
0.1.8
(27 July 2026) |