Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
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 to automate branch management and semantic versioning in the project |
0.0.2
(08 July 2019) |
|
Lightweight plugin to get current git branch information and help with project versioning based on it |
1.2.2
(30 November 2020) |
dk.danskespil.gradle.plugins.release-branch
Deprecated
Handles releasing with versions, takes care of tagging in git and inference of version numbers. Based on ajoberstar gradle plugins and inspired by netflix nebula gradle plugin. Slightly opiniated. Can add branch names into tags and inferred versions |
0.1.8
(06 February 2018) |
com.innovenso.gradle.version
Deprecated
Uses Git branches and tags to generate a version number |
6.3.0
(07 December 2021) |
|
A plugin that helps to maintain a semantic versioning of the build artifacts based on the project's git repository. It uses the current branch and the latest tag to enforce naming conventions |
2.0.2
(16 February 2024) |
io.github.git-commit-id.git-commit-id-gradle-plugin
CC-compatible
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) |
|
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) |