Search Gradle plugins

Plugin Latest Version

Plugin that configures 'org.sonarqube' plugin if it's applied. Min Gradle version: 4.5.

1.5.0
(18 August 2021)

Plugin that configures 'checkstyle' plugin if it's applied. Min Gradle version: 4.5.

1.5.0
(18 August 2021)

Gradle plugin to parse asdf .tool-versions file and set the project's extra properties

0.2.0
(31 October 2023)

Convention plugin that applies the minimal of set 'org.hiero.gradle' convention plugins necessary to build a Java library module

0.7.8
(12 May 2026)

Convention plugin that applies the minimal of set 'org.hiero.gradle' convention plugins necessary to build a Java application module

0.7.8
(12 May 2026)

Sass Plugin with support for multiple sass resource sets

1.2.4
(31 May 2019)

Plugin that configures 'application' plugin if it's applied Min Gradle version: 4.5.

1.5.0
(18 August 2021)

A 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/).

1.6.0
(01 July 2019)

This Gradle plugin downloads a distribution of Geode via Maven, unzips it into build/install/apache-geode, and sets the proper environment variable for any tests that are run through Gradle.

1.0
(21 November 2017)

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)