Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
Gradle plugin retrieving git smart-commits and updating appropriate jira tasks |
0.1.6
(15 August 2016) |
|
Gradle plugin to check commits in a branch to avoid large diff in a pull requests |
0.1.1
(25 December 2015) |
|
Root-project prerequisite for all com.stano plugins. Registers the 'root' BaseExtension exposing cross-project configuration: javaVersion (default '21'), contextName, mspVersion, Docker registry coordinates, Pact Broker coordinates, and lazy CI metadata providers (branch name, commit hash, commit timestamp, build number). Registers the jacocoRootReport task that aggregates JaCoCo coverage across all subprojects. Must be applied to the root project before any other com.stano plugin. |
0.1.15
(14 August 2026) |
|
This plugin automates generation of version numbers based on commit messages and git tags. |
3.6.14
(07 August 2026) |
|
This plugin finds and extracts information from git commits, including co-author data. |
3.6.14
(07 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.1.0
(05 August 2026) |
|
Sets project version automatically from git tags using Conventional Commits bump logic (MAJOR/MINOR/PATCH). Pure JGit — no git CLI dependency. |
0.1.2
(01 June 2026) |
|
Conventional-commits versioning + Docker image release for ghcr.io and other registries. |
0.3.0
(11 May 2026) |
|
Compute the next semantic version based on conventional commits |
0.0.4
(30 January 2026) |
|
Semantic Releases based on Conventional Commits for Gradle |
0.0.1
(10 October 2023) |