Search Gradle plugins
| Plugin | Latest Version |
|---|---|
|
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.6
(22 June 2026) |
|
Extends com.stano.base for multi-module application builds. Applies the base and jacoco plugins to the root project. Automatically derives project.version from git metadata: '<commitTimestamp>-<commitHash>' (or '<commitTimestamp>-<commitHash>-<buildNumber>' in CI). Inherits the 'root' BaseExtension and the jacocoRootReport aggregate coverage task. |
0.1.6
(22 June 2026) |
|
Configuration for an aggregation project for aggregating artifacts (publishing, code coverage) and consistent dependency resolution |
0.7.10
(11 June 2026) |
|
Shared Gradle conventions for Java projects. |
0.5.5
(01 June 2026) |
|
Enables JaCoCo coverage collection for Gradle TestKit's GradleRunner tests |
1.1.0
(27 May 2026) |
|
Applies java-library and jacoco, configures the Java 25 toolchain, JaCoCo XML coverage reports with build/generated-source class exclusions, jar manifest Implementation-Title/Version, and javadoc Xdoclint:all,-html with -quiet. Reads optional GROUP and VERSION_NAME project properties when set. |
2026.05.10
(25 May 2026) |
|
Tools for running TestKit tests with Jacoco coverage |
0.2.1
(21 May 2026) |
|
Convention plugin that configures Detekt, SonarQube, and JaCoCo for static analysis and code coverage. |
0.39.0
(15 April 2026) |
|
Convert Jacoco XML reports to Cobertura format for importing in GitLab CI coverage report artifact |
2.0.3
(23 December 2025) |
|
Bekeeper common settings for testing. Includes Code Coverage. |
0.16.1
(05 May 2025) |