Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Provide the main source set for JS/TS projects |
5.1.0
(20 August 2026) |
|
Provide an extension for defining JS/TS projects |
5.1.0
(20 August 2026) |
|
Provide an extension for defining toolchains, package managers and tools |
5.1.0
(20 August 2026) |
com.arc-e-tect.api-only-suite
CC-compatible
Applies the Shadow, Mirage, and Doppelganger API Detector plugins together, so declared, implemented, and verified are all checked in one step. |
3.0.4
(20 August 2026) |
com.arc-e-tect.mirage-api-detector
CC-compatible
Scans the OpenAPI documentation and reports every operation with no matching Spring Boot @RestController implementation. |
4.0.0
(20 August 2026) |
|
Opinionated tool to deploy docker container to kubernetes using helm |
0.0.93
(20 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.11
(20 August 2026) |
|
A base Gradle plugin that runs static bytecode analysis by SpotBugs |
6.5.11
(20 August 2026) |
com.arc-e-tect.shadow-api-detector
CC-compatible
Scans Spring Boot @RestController classes for exposed endpoints and reports any that are not described in the OpenAPI documentation. |
3.0.2
(20 August 2026) |
|
Scans Gradle dependencies and Docker base images with Trivy, auto-pins vulnerable versions, and commits fixes locally. Prerequisites: trivy, jq, tar. Install with: apt install -y jq tar curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.72.0 Added tasks: gradleSecurityFix, baseImageSecurityFix (group: security). Both commit fixes to a local branch security/auto-fixes-YYYY-MM-DD. Push the branch and open a PR manually to apply the fixes. |
0.2.2
(20 August 2026) |