Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
The DexPatcher Patch Library plugin produces a DexPatcher patch library file that bundles compiled changes and additions to code and resources of a source application imported as a DexPatcher APK library, without bundling any part of the source application itself. The file is similar in structure to an Android library (AAR) file. The changes bundled in a patch library can be applied to the source application using the DexPatcher Patched Application plugin. Several patch libraries can be applied in the same step, or their application can be serialized though the cyclic use of the APK Library and Patched Application plugins. DexPatcher is free software. (GPLv3+) |
2.0.0
(31 October 2019) |
|
The DexPatcher Patched Application plugin produces a modified Android application by applying changes and additions to code and resources of a source application imported as a DexPatcher APK library. DexPatcher is free software. (GPLv3+) |
2.0.0
(31 October 2019) |
|
A plugin to aid with codeGeneration without using buildSrc. It provides an additional generate section to sourceSets. In this section individual files to be generated can be specified. Each sourceset has an accompanying ...generator sourceSet where the actual generator source can live. |
0.6.0
(01 March 2023) |
|
Generates Java and/or Kotlin sources from .thrift files |
3.1.0
(13 December 2022) |
|
Inserts snippets code of Kotlin into markdown documents from source example files and tests. |
0.2.2
(13 May 2026) |
|
Check for existance of OWNERSHIP.toml in subprojects and verify that it contains ownership information. Will soon also check for description and have additional tasks to generate code owner files that are understood by source control systems. Attaches to the check |
0.0.12
(20 November 2025) |
|
Java Censor is a Gradle plugin that enables developers to publish sources of closed source projects to a Maven repository. It does this by removing implemented code only leaving the signatures of public interfaces, classes, methods and fields behind. |
1.1.0
(20 February 2018) |
com.arc-e-tect.jacoco-exclusion-report
CC-compatible
Scans sources for JaCoCo marker annotations (default: @ExcludeFromJacocoGeneratedCodeCoverage) that should be excluded from code coverage and generates an HTML+XML report with excluded code. |
4.0.0
(11 August 2026) |
com.github.spotbugs
Featured
Performs quality checks on your project's Java source files using SpotBugs and generates reports from these checks |
6.5.10
(05 August 2026) |
|
The Shellcheck Gradle plugin performs quality checks on your project's Shell source files using Shellcheck and generates reports from these checks. |
1.5.1
(06 March 2026) |