Search Gradle plugins

Plugin Latest Version

Detects changes in the current branch and runs only the tests relevant to those changes. Zero config, CI-friendly, multi-module support.

2.2.29
(29 May 2026)

Capture comprehensive git repository metadata at build time -- commit ID, branch, tags, and more -- to embed in your artifacts for reproducibility and traceability.

0.0.1
(07 April 2026)

Validation of some properties of current git branch

0.0.4
(07 November 2023)

A plugin which sets a semantic version including a branch qualifier to project.version

1.0.1
(20 July 2017)

Gradle plugin by YooMoney. See README: https://github.com/yoomoney/git-expired-branch-plugin

7.0.1
(07 April 2022)

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.1.0
(05 August 2026)

This extension will adjust the project version, based on current git branch or tag.

6.4.4
(18 August 2024)

Cross-repository Gradle plugin modifies dependency resolution to use artifacts built from the same branch even if they're in different repository.

1.0.0
(21 November 2018)

Gradle-Plugin that allows project to be analyzed by sonarqube even if they contain sources as well as sub-modules

1.3
(12 July 2017)

Docker image build, tag, and push support. Registers docker (build), dockerTag, dockerPush, dockerLogin, dockerLogout, dockerClean, and dockerCleanupImage tasks. Configure images via the docker DSL: image name, Dockerfile path, build args, labels, platforms, and additional build context files. Supports docker buildx (default) with multi-platform builds and automatic AWS ECR login. Automatically stamps images with build provenance labels (branch, commit hash, build number, repository URL). When com.stano.spring-boot is also applied, auto-configures the image name and wires bootWar output as the build context.

0.1.12
(12 August 2026)