Search Gradle plugins

Plugin Latest Version

Fetches published API description documents into a build, verifies them against a committed lockfile, and fails when a contract has drifted.

0.3.4
(18 September 2026)

Mitigate flaky tests by retrying tests when they fail

1.6.6
(07 September 2026)

Verifies that ProGuard/R8 obfuscation actually renamed configured sensitive classes, not just that minification is enabled. Parses the R8 mapping.txt, checks a developer-declared list of sensitive classes, and generates a console/JSON report — optionally failing the build as a CI security gate.

0.1.0
(10 August 2026)

Re-run only failed tests

0.0.1
(09 April 2018)

Waits for Sonarqube scanning to complete, then optionally fails the build if the Sonar qualitygate fails

0.0.6
(21 May 2021)

Configures a Kotlin Multiplatform project to use Firebase via cmp-firebase. Adds the cmp-firebase dependency at a matching version, forces isStatic=true on every Apple framework (Firebase's SwiftPM products are static libraries, so a dynamic framework compiles and links but crashes at launch), and fails the build with an actionable message when Kotlin is below 2.4.20, where the transitive SwiftPM resolution that pulls firebase-ios-sdk does not exist and the build otherwise dies with an unrelated-looking "ld: framework 'FirebaseCore' not found". Documentation: https://github.com/MobileByteLabs/KmpToolkit/blob/dev/cmp-firebase-gradle-plugin/README.md

3.5.29
(21 September 2026)

Allows to parse Java byte code to find invocations of method/class/field signatures and fail build.

3.11
(20 September 2026)

Adds a checkBomAlignment task that fails the build if the BOM's transitive graph requests any org.openrewrite.* or io.moderne.* dependency at more than one version. Hooks into the check lifecycle and any AbstractPublishToMaven task.

2.24.2
(18 September 2026)

This plugin is useful to validate manual dependency conflict resolutions, e.g. by failing the build in case of accidential downgrades of dependencies. See the Javadoc of the plugin class for more details.

5.0.0
(16 September 2026)

Fast, diff-aware mutation testing for Java and Kotlin. Changes your compiled code in small ways and reports every change your tests fail to notice, scoped to what a pull request changed.

0.1.1
(15 September 2026)