Search Gradle plugins
| Plugin | Latest Version |
|---|---|
org.uulib.gradle.markdown-langAdds a 'DocumentationSpec' component spec, 'MarkdownSourceSet' source set, and 'HtmlBinary' binarySpec to the Gradle software model. For each MarkdownSourceSet related to each HtmlBinary, a task is created that compiles markdown files in the source set into HTML files in the binary. |
0.0.1
(05 August 2016) |
de.gafertp.plantumlA very simple plugin to render PlantUML files. Takes a set of diagram files together with desired output files / formats and renders them with PlantUML (http://plantuml.com/). |
2.0.1
(14 April 2020) |
com.github.crogers.import-styleSpecify your import ordering style in gradle to set them in IntelliJ |
0.1.2
(29 November 2015) |
io.github.davidburstrom.version-compatibilitySets up a compatibility test suite against given versions of one or more dependencies, and sets up source sets to create compatibility adapters for different versions of a dependency. This is useful in any context where the runtime dependencies of a program is a matter of configuration, e.g. when integrating a 3rd party tool in a software suite. |
0.5.0
(28 March 2023) |
nl.voidcorp.basepluginA small gradle plugin with components that I use often. |
1.0-SNAPSHOT
(30 July 2019) |
com.xenoterracide.gradle.error-prone-defaultsThis plugin is unmaintained and may not work. Xeno's Default Error Prone Settings |
0.7.11
(31 January 2019) |
io.github.tmzk1005.java-formatterThis plugin provides a mechanism to automatically (re)format your Gradle project during a Gradle build, or to verify its formatting, so that your project can converge on consistent code style regardless of user preferences, IDE settings, etc. |
1.0.1
(20 September 2023) |
io.github.gciatto.kt-mpp-ppA Gradle plugin easing the configuration Kotlin Multiplaftorm projects |
0.3.5
(01 April 2021) |
com.diffplug.gradle.equinoxlaunchLaunches an equinox application with whatever set of plugins the user specifies |
4.4.1
(15 October 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) |