Search Gradle plugins
Plugin | Latest Version |
---|---|
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) |
cz.augi.docker-javaGradle plugin that wraps your JVM application to a new Docker image. |
3.1.3
(18 February 2025) |
io.github.e1roy.javalocalsA Gradle plugin that uses Spoon to transform Java source code, and then generates a new Java source file that contains the local variables of each method. |
0.0.1
(12 January 2025) |
tech.yanand.maven-central-publishA plugin that allows you to publish repositories to the Maven Central Portal (new publish process) |
1.3.0
(16 November 2024) |
io.beekeeper.gradle.plugins.dependency-updatesScan dependencies in you project and check if there are new verions available. |
0.16.0
(04 October 2024) |
io.github.ynixt.another-typescript-generatorAnother Typescript Generator is a Gradle plugin that generates Typescript interfaces from Kotlin/Java classes. Each class generates a new file to prevent collision. |
1.1.0
(09 September 2024) |
io.qalipsis.bootstrapA plugins that helps you to create new projects for QALIPSIS, a load, performance and end-to-end testing software |
0.1.1
(21 May 2024) |
io.github.OreshkinIV.module-creatorPlugin for creating modules with base structure via the terminal. Creates a new module with a clean architecture containing the dagger 2 and retrofit template |
1.0.0
(05 May 2024) |
io.github.dwarfley.versioncompanionDeprecated and replaced by "io.github.dwarfley.version-companion". Use the new plugin ID in your project. |
0.1.2
(26 December 2023) |
com.savvasdalkitsis.module-dependency-graphThis plugin adds a new task (graphModules) to your project which will create an image with the graph of your module dependency tree |
0.12
(02 June 2023) |