Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
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.9
(30 July 2026) |
|
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.9
(30 July 2026) |
|
Allows projects to leave off version numbers in dependencies section and have versions recommended by other sources |
14.1.0
(02 July 2026) |
|
Change version numbers and operate git branches |
1.3.0
(31 March 2026) |
|
An easy Gradle plugin that follows semver.org rules to automatically generate the Patch version, Build number and Code version, while Major, Minor and Pre-Release suffix remain under our control. |
2.1.0
(15 March 2026) |
|
Gradle plugin module for the XIS declarative web framework manages the version number and allows to place html templates in java source folder additional to main/resources. |
0.2.0
(05 January 2026) |
|
Based on a given major.minor version, plugin determines patch version based on what is already maven repository by auto incrementing it to produce the next version number. Major or minor versions must be manually changed |
1.0.0
(07 March 2025) |
|
The Java Enum Finder is a Gradle plugin designed to search for usages of specific Java Enum classes in your project's main source. The plugin scans through the source code files to find occurrences of the specified enums and reports the files and line numbers where these enums are used. |
1.1.0
(11 September 2024) |
|
Load properties from command-line (using project properties: -P option) and from gradle.properties, handling primary property types like strings, numbers, booleans for flexible and dynamic configuration management |
1.0
(09 August 2024) |
|
simple gradle plugin that increments the version number |
1.2.0
(14 July 2024) |